Skip to content

Commit

Permalink
examples: Pin Rust nightly to 2023-01-10
Browse files Browse the repository at this point in the history
We need to wait for the following fixes in Rust nightly to be able to
use the newest one:

* rust-lang/rust#106796
* rust-lang/rust#106856

Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
  • Loading branch information
vadorovsky committed Jan 22, 2023
1 parent b5dbd06 commit 9d69141
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-01-10
components: rust-src

- name: Install bpf-linker
run: cargo +nightly install bpf-linker
run: cargo install bpf-linker

- uses: Swatinem/rust-cache@v1

Expand Down
2 changes: 1 addition & 1 deletion examples/aya-tool/myapp-ebpf/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel="nightly"
channel="nightly-2023-01-10"
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel="nightly"
channel="nightly-2023-01-10"
2 changes: 1 addition & 1 deletion examples/kprobetcp/kprobetcp-ebpf/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel="nightly"
channel="nightly-2023-01-10"
2 changes: 1 addition & 1 deletion examples/lsm-nice/lsm-nice-ebpf/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel="nightly"
channel="nightly-2023-01-10"
2 changes: 1 addition & 1 deletion examples/tc-egress/tc-egress-ebpf/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel="nightly"
channel="nightly-2023-01-10"
2 changes: 1 addition & 1 deletion examples/xdp-drop/xdp-drop-ebpf/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel="nightly"
channel="nightly-2023-01-10"
2 changes: 1 addition & 1 deletion examples/xdp-hello/xdp-hello-ebpf/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel="nightly"
channel="nightly-2023-01-10"
2 changes: 1 addition & 1 deletion examples/xdp-log/xdp-log-ebpf/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel="nightly"
channel="nightly-2023-01-10"

0 comments on commit 9d69141

Please sign in to comment.