From 728b7bb89e8678691b5abff8bae9dac5577c87ca Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Fri, 15 Sep 2023 14:23:32 -0700 Subject: [PATCH 1/2] updated core ref on build-soroban-dev target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85c34423..a1386c23 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ build-testing: build-soroban-dev: $(MAKE) build TAG=soroban-dev \ - CORE_REF=v20.0.0rc1 \ + CORE_REF=ecb24df104c2453a00fa5097d2e879d7731b9596 \ CORE_CONFIGURE_FLAGS='--disable-tests' \ HORIZON_REF=soroban-v1.0.0-rc \ SOROBAN_RPC_REF=v20.0.0-rc1 From d97502884035bc286abeb5a09f24beda762e04ed Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Fri, 15 Sep 2023 16:03:03 -0700 Subject: [PATCH 2/2] use v20.0.0rc1 for core ref --- .github/workflows/build-soroban-dev.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-soroban-dev.yml b/.github/workflows/build-soroban-dev.yml index 774bdc2b..98b7f3d7 100644 --- a/.github/workflows/build-soroban-dev.yml +++ b/.github/workflows/build-soroban-dev.yml @@ -34,7 +34,7 @@ jobs: with: arch: amd64 tag: soroban-dev-amd64 - core_ref: ecb24df104c2453a00fa5097d2e879d7731b9596 + core_ref: v20.0.0rc1 core_configure_flags: --disable-tests go_ref: soroban-v1.0.0-rc soroban_tools_ref: v20.0.0-rc1 @@ -52,7 +52,7 @@ jobs: with: arch: arm64 tag: soroban-dev-arm64 - core_ref: ecb24df104c2453a00fa5097d2e879d7731b9596 + core_ref: v20.0.0rc1 core_configure_flags: --disable-tests core_build_runner_type: ubuntu-latest-16-cores go_ref: soroban-v1.0.0-rc diff --git a/Makefile b/Makefile index a1386c23..85c34423 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ build-testing: build-soroban-dev: $(MAKE) build TAG=soroban-dev \ - CORE_REF=ecb24df104c2453a00fa5097d2e879d7731b9596 \ + CORE_REF=v20.0.0rc1 \ CORE_CONFIGURE_FLAGS='--disable-tests' \ HORIZON_REF=soroban-v1.0.0-rc \ SOROBAN_RPC_REF=v20.0.0-rc1