Skip to content

Commit

Permalink
Update testing to use latest dev rpc/horizon with protocol 22
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 10, 2024
1 parent a7d6714 commit 6de2930
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
protocol_version_default: 21
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
horizon_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
soroban_rpc_ref: c244c4bc0d7a3458f1330be504a492e887426b5c
friendbot_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand All @@ -61,10 +61,10 @@ jobs:
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
core_build_runner_type: ubuntu-latest-16-cores
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.5.1
horizon_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
soroban_rpc_ref: c244c4bc0d7a3458f1330be504a492e887426b5c
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
friendbot_ref: cad6c5a2986e69c13db807da03e8e6c39d205a51
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ build-testing:
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc2 \
HORIZON_REF=horizon-v2.32.0 \
SOROBAN_RPC_REF=v21.5.1 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9
HORIZON_REF=cad6c5a2986e69c13db807da03e8e6c39d205a51 \
SOROBAN_RPC_REF=c244c4bc0d7a3458f1330be504a492e887426b5c \
FRIENDBOT_REF=cad6c5a2986e69c13db807da03e8e6c39d205a51

build-future:
$(MAKE) build TAG=future \
Expand All @@ -49,7 +49,7 @@ build-future:
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9

build:
$(MAKE) -j 4 build-deps
$(MAKE) build-deps
docker build -t stellar/quickstart:$(TAG) -f Dockerfile . \
--build-arg REVISION=$(REVISION) \
--build-arg PROTOCOL_VERSION_DEFAULT=$(PROTOCOL_VERSION_DEFAULT) \
Expand Down

0 comments on commit 6de2930

Please sign in to comment.