Skip to content

Commit

Permalink
Merge pull request #1013 from astoycos/bump-int
Browse files Browse the repository at this point in the history
Add a 6.10 linux kernel to the virtualized testing in CI
  • Loading branch information
astoycos authored Aug 21, 2024
2 parents a54532f + 25beb14 commit 47b0dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ jobs:
# linux-image-5.10.0-23-cloud-arm64-unsigned_5.10.179-3_arm64.deb \
printf '%s\0' \
linux-image-6.1.0-16-cloud-arm64-unsigned_6.1.67-1_arm64.deb \
linux-image-6.10.4-cloud-arm64-unsigned_6.10.4-1_arm64.deb \
| xargs -0 -t -P0 -I {} wget -nd -nv -P test/.tmp/debian-kernels/arm64 ftp://ftp.us.debian.org/debian/pool/main/l/linux/{}
- name: Download debian kernels
Expand All @@ -273,6 +274,7 @@ jobs:
# linux-image-5.10.0-23-cloud-amd64-unsigned_5.10.179-3_amd64.deb \
printf '%s\0' \
linux-image-6.1.0-16-cloud-amd64-unsigned_6.1.67-1_amd64.deb \
linux-image-6.10.4-cloud-amd64-unsigned_6.10.4-1_amd64.deb \
| xargs -0 -t -P0 -I {} wget -nd -nv -P test/.tmp/debian-kernels/amd64 ftp://ftp.us.debian.org/debian/pool/main/l/linux/{}
- name: Extract debian kernels
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ testing_logger = { version = "0.1.1", default-features = false }
thiserror = { version = "1", default-features = false }
tokio = { version = "1.24.0", default-features = false }
which = { version = "6.0.0", default-features = false }
xdpilone = { version = "1.0", default-features = false }
xdpilone = { version = "1.0.5", default-features = false }
xtask = { path = "xtask", default-features = false }

[profile.dev]
Expand Down

0 comments on commit 47b0dde

Please sign in to comment.