Skip to content

Commit

Permalink
Merge pull request #1029 from aya-rs/fix/ci-linux-kernel-version
Browse files Browse the repository at this point in the history
Fix linux kernel version in gh ci runners
  • Loading branch information
alessandrod committed Sep 13, 2024
2 parents 2cd3576 + e775f83 commit b87f4b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ jobs:
# TODO: enable tests on kernels before 6.0.
# 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 \
linux-image-6.1.0-22-cloud-arm64-unsigned_6.1.94-1_arm64.deb \
linux-image-6.10.9-cloud-arm64-unsigned_6.10.9-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 @@ -277,8 +277,8 @@ jobs:
# linux-image-4.19.0-21-cloud-amd64-unsigned_4.19.249-2_amd64.deb \
# 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 \
linux-image-6.1.0-22-cloud-amd64-unsigned_6.1.94-1_amd64.deb \
linux-image-6.10.9-cloud-amd64-unsigned_6.10.9-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

0 comments on commit b87f4b9

Please sign in to comment.