Skip to content

Commit

Permalink
Update testing/soroban-dev with stellar-core v20.0.0-rc.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 10, 2023
1 parent 1db7858 commit 1da26ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-soroban-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
arch: amd64
tag: soroban-dev-amd64
core_ref: v20.0.0rc2
core_ref: v20.0.0-rc.2.1
core_supports_testing_soroban_high_limit_override: "true"
go_ref: horizon-v2.27.0-rc1
soroban_tools_ref: v20.0.0-rc4
Expand All @@ -53,7 +53,7 @@ jobs:
with:
arch: arm64
tag: soroban-dev-arm64
core_ref: v20.0.0rc2
core_ref: v20.0.0-rc.2.1
core_supports_testing_soroban_high_limit_override: "true"
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0-rc1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
arch: amd64
tag: testing-amd64
core_ref: v20.0.0rc2
core_ref: v20.0.0-rc.2.1
core_supports_testing_soroban_high_limit_override: "true"
go_ref: horizon-v2.27.0-rc1
soroban_tools_ref: v20.0.0-rc4
Expand All @@ -58,7 +58,7 @@ jobs:
with:
arch: arm64
tag: testing-arm64
core_ref: v20.0.0rc2
core_ref: v20.0.0-rc.2.1
core_supports_testing_soroban_high_limit_override: "true"
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0-rc1
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ build-latest:

build-testing:
$(MAKE) build TAG=testing \
CORE_REF=v20.0.0rc2 \
CORE_REF=v20.0.0-rc.2.1 \
CORE_SUPPORTS_TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true \
HORIZON_REF=horizon-v2.27.0-rc1 \
SOROBAN_RPC_REF=v20.0.0-rc4

build-soroban-dev:
$(MAKE) build TAG=soroban-dev \
CORE_REF=v20.0.0rc2 \
CORE_REF=v20.0.0-rc.2.1 \
CORE_SUPPORTS_TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true \
HORIZON_REF=horizon-v2.27.0-rc1 \
SOROBAN_RPC_REF=v20.0.0-rc4
Expand Down

0 comments on commit 1da26ca

Please sign in to comment.