Skip to content

Commit

Permalink
Update Makefile versions for testing to match the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 19, 2023
1 parent 187fa31 commit 9b4efc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build-latest:

build-testing:
$(MAKE) build TAG=testing \
XDR_REF=v20.0.1 \
CORE_REF=v20.0.1 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0 \
Expand All @@ -40,7 +41,7 @@ build-soroban-dev:
CORE_REF=v20.0.0 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0 \
SOROBAN_RPC_REF=v20.0.0
SOROBAN_RPC_REF=v20.0.2

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

0 comments on commit 9b4efc4

Please sign in to comment.