We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349721c commit e5f2760Copy full SHA for e5f2760
.github/workflows/check-developer-experience.yml
@@ -22,6 +22,7 @@ jobs:
22
- beta # floating
23
- nightly # floating
24
llvm:
25
+ - 18
26
- 19
27
target:
28
- x86_64-unknown-linux-gnu
justfile
@@ -10,7 +10,7 @@ debug := "false"
10
_just_debuggable_ := if debug == "true" { "set -x" } else { "" }
11
12
default_target := "x86_64-unknown-linux-musl"
13
-toolchain := "1.80.1"
+toolchain := "1.81.0"
14
default_profile := "debug"
15
16
_container_source := "ghcr.io/githedgehog/dpdk-sys"
0 commit comments