Skip to content

Commit

Permalink
Update rc1 -> rc2 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman authored Sep 19, 2023
1 parent 4963f40 commit 4b2b418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-soroban-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
tag: soroban-dev-amd64
core_ref: v20.0.0rc1
core_configure_flags: --disable-tests
core_supports_testing_soroban_high_limit_override: 'true'
core_supports_testing_soroban_high_limit_override: "true"
go_ref: soroban-v1.0.0-rc
soroban_tools_ref: v20.0.0-rc1
soroban_tools_ref: v20.0.0-rc2
test_matrix: |
{
"network": ["local"],
Expand All @@ -55,10 +55,10 @@ jobs:
tag: soroban-dev-arm64
core_ref: v20.0.0rc1
core_configure_flags: --disable-tests
core_supports_testing_soroban_high_limit_override: 'true'
core_supports_testing_soroban_high_limit_override: "true"
core_build_runner_type: ubuntu-latest-16-cores
go_ref: soroban-v1.0.0-rc
soroban_tools_ref: v20.0.0-rc1
soroban_tools_ref: v20.0.0-rc2
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
test_matrix: |
{
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build-soroban-dev:
CORE_CONFIGURE_FLAGS='--disable-tests' \
CORE_SUPPORTS_TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true \
HORIZON_REF=soroban-v1.0.0-rc \
SOROBAN_RPC_REF=v20.0.0-rc1
SOROBAN_RPC_REF=v20.0.0-rc2

build:
$(MAKE) -j 4 build-deps
Expand Down

0 comments on commit 4b2b418

Please sign in to comment.