Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 30, 2023
1 parent 5bbadc6 commit e60c7c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-soroban-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
with:
arch: amd64
tag: soroban-dev-amd64
core_repo: https://github.com/sisuresh/stellar-core.git
core_ref: v20.0.0-rc.2.2
core_supports_enable_soroban_diagnostic_events: "true"
go_ref: horizon-v2.27.0-rc1
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
with:
arch: amd64
tag: testing-amd64
core_repo: https://github.com/sisuresh/stellar-core.git
core_ref: v20.0.0-rc.2.2
core_supports_enable_soroban_diagnostic_events: "true"
go_ref: horizon-v2.27.0-rc1
Expand All @@ -59,7 +58,6 @@ jobs:
with:
arch: arm64
tag: testing-arm64
core_repo: https://github.com/sisuresh/stellar-core.git
core_ref: v20.0.0-rc.2.2
core_supports_enable_soroban_diagnostic_events: "true"
core_build_runner_type: ubuntu-latest-16-cores
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ build-latest:

build-testing:
$(MAKE) build TAG=testing \
CORE_REPO=https://github.com/sisuresh/stellar-core.git \
CORE_REF=v20.0.0-rc.2.2 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0-rc1 \
SOROBAN_RPC_REF=v20.0.0-rc4

build-soroban-dev:
$(MAKE) build TAG=soroban-dev \
CORE_REPO=https://github.com/sisuresh/stellar-core.git \
CORE_REF=v20.0.0-rc.2.2 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0-rc1 \
Expand Down

0 comments on commit e60c7c7

Please sign in to comment.