Skip to content

Commit

Permalink
update stellar-core to check this build is then fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 28, 2024
1 parent 44afa6b commit 888a26a
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-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}future-amd64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc2
Expand All @@ -57,7 +57,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}future-arm64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc2
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 @@ -35,7 +35,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}testing-amd64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc2
Expand All @@ -59,7 +59,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}testing-arm64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc2
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build-testing:
$(MAKE) build TAG=testing \
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc2 \
CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \
HORIZON_REF=horizon-v22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc2 \
FRIENDBOT_REF=horizon-v22.0.0-rc2
Expand All @@ -43,7 +43,7 @@ build-future:
$(MAKE) build TAG=future \
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc2 \
CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \
HORIZON_REF=horizon-v22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc2 \
FRIENDBOT_REF=horizon-v22.0.0-rc2
Expand Down

0 comments on commit 888a26a

Please sign in to comment.