Skip to content
New issue

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

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

Already on GitHub? # to your account

V2.1 upgrade #203

Merged
merged 7 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
filenames: program.env
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: install solana toolsuite
run: sh -c "$(curl -sSfL https://release.solana.com/v1.18.22/install)"
run: sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.11/install)"
- name: add to path
run: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Building programs
Expand All @@ -124,14 +124,14 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: docker pull --platform linux/amd64 ellipsislabs/solana:1.18.11
- run: docker pull --platform linux/amd64 solanafoundation/solana-verifiable-build:2.1.11
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install solana-verify from crates.io
uses: baptiste0928/cargo-install@v3
with:
crate: solana-verify
- run: solana-verify build --library-name jito_restaking_program --base-image ellipsislabs/solana:1.18.11
- run: solana-verify build --library-name jito_vault_program --base-image ellipsislabs/solana:1.18.11
- run: solana-verify build --library-name jito_restaking_program --base-image solanafoundation/solana-verifiable-build:2.1.11
- run: solana-verify build --library-name jito_vault_program --base-image solanafoundation/solana-verifiable-build:2.1.11
- name: Upload jito_restaking_program.so
uses: actions/upload-artifact@v4
with:
Expand Down
Loading
Loading