Skip to content

Commit 6ca729f

Browse files
committed
Fix eBPF target availability issue
- Use nightly-2024-02-15 toolchain which supports bpfel-unknown-none - Resolves 'rust-std unavailable for bpfel-unknown-none' error - This version is known to have stable eBPF target support
1 parent 60f3e71 commit 6ca729f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/core-build-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Rust toolchain
2121
uses: dtolnay/rust-toolchain@master
2222
with:
23-
toolchain: nightly
23+
toolchain: nightly-2024-02-15
2424
targets: bpfel-unknown-none
2525
components: rustfmt, clippy
2626

0 commit comments

Comments
 (0)