Skip to content

Commit

Permalink
include version updates in makefile build also
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Sep 13, 2023
1 parent ca30677 commit 672f07b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ build-testing:

build-soroban-dev:
$(MAKE) build TAG=soroban-dev \
CORE_REF=soroban-preview-10-July20 \
CORE_REF=soroban-preview-11-Sep13 \
CORE_CONFIGURE_FLAGS='--disable-tests --enable-next-protocol-version-unsafe-for-production' \
HORIZON_REF=soroban-v0.0.9.1 \
SOROBAN_RPC_REF=v0.9.2
HORIZON_REF=soroban-v0.10.0 \
SOROBAN_RPC_REF=v0.10.0

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

0 comments on commit 672f07b

Please sign in to comment.