Skip to content

Commit e5f2760

Browse files
committed
cleanup
1 parent 349721c commit e5f2760

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/check-developer-experience.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- beta # floating
2323
- nightly # floating
2424
llvm:
25+
- 18
2526
- 19
2627
target:
2728
- x86_64-unknown-linux-gnu

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ debug := "false"
1010
_just_debuggable_ := if debug == "true" { "set -x" } else { "" }
1111

1212
default_target := "x86_64-unknown-linux-musl"
13-
toolchain := "1.80.1"
13+
toolchain := "1.81.0"
1414
default_profile := "debug"
1515

1616
_container_source := "ghcr.io/githedgehog/dpdk-sys"

0 commit comments

Comments
 (0)