Skip to content

Commit ba326ac

Browse files
tkporterclaude
andauthored
feat(sealevel): migrate to Solana SDK v3.x and Agave CLI v3.0.14 (#7999)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 74e47e6 commit ba326ac

File tree

111 files changed

+11896
-4225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+11896
-4225
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124
with:
125125
ref: ${{ github.event.pull_request.head.sha || github.sha }}
126126
- uses: dtolnay/rust-toolchain@stable
127+
- name: Install system dependencies
128+
run: sudo apt-get update && sudo apt-get install -y libudev-dev
127129
- name: Free disk space
128130
run: |
129131
sudo rm -rf /usr/share/dotnet
@@ -153,6 +155,8 @@ jobs:
153155
with:
154156
components: rustfmt, clippy
155157
target: wasm32-unknown-unknown
158+
- name: Install system dependencies
159+
run: sudo apt-get update && sudo apt-get install -y libudev-dev
156160
- name: Free disk space
157161
run: |
158162
sudo rm -rf /usr/share/dotnet

0 commit comments

Comments
 (0)