From 1d008c1047b26f894f8c2c65ba02b167b8cc6fce Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Sun, 26 Mar 2023 16:20:00 -0700 Subject: [PATCH] #436: put the core git ref back to last soroban release, can't bump that to latest yet, go:soroban-xdr-next doesn't have that latest xdr yet --- .github/workflows/build-soroban-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-soroban-dev.yml b/.github/workflows/build-soroban-dev.yml index 9c292f11..703b4f13 100644 --- a/.github/workflows/build-soroban-dev.yml +++ b/.github/workflows/build-soroban-dev.yml @@ -35,7 +35,7 @@ jobs: with: arch: amd64 tag: soroban-dev-amd64 - core_ref: 064a2787acb9e98c70567523785333581ee1ffa4 + core_ref: 871accefc0c4a703c1321b4f0e48cf6e03b41960 core_configure_flags: --disable-tests --enable-next-protocol-version-unsafe-for-production go_ref: soroban-xdr-next soroban_tools_ref: main @@ -53,7 +53,7 @@ jobs: with: arch: arm64 tag: soroban-dev-arm64 - core_ref: 064a2787acb9e98c70567523785333581ee1ffa4 + core_ref: 871accefc0c4a703c1321b4f0e48cf6e03b41960 core_configure_flags: --disable-tests --enable-next-protocol-version-unsafe-for-production core_build_runner_type: ubuntu-latest-16-cores go_ref: soroban-xdr-next