Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated core ref on build-soroban-dev target #491

Merged
merged 2 commits into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-soroban-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading