Skip to content

Commit

Permalink
Merge pull request #1236 from hermit-os/mio-ci
Browse files Browse the repository at this point in the history
ci: workaround bad mio branch
  • Loading branch information
mkroening authored May 28, 2024
2 parents 5210ee6 + 786860b commit f71771b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ jobs:
if: matrix.arch == 'x86_64'
- run: cargo +stable install cargo-careful
if: matrix.profile == 'dev'
# FIXME: mio branch `v0.8.x` mio broke from `f5d912e7` to `a8a5c5bb`
# See https://github.com/hermit-os/kernel/actions/runs/9242628556/job/25489845418
- run: cargo update -p mio --precise f5d912e7
working-directory: .
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package hello_world
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package hello_world --no-default-features --microvm
if: matrix.arch == 'x86_64'
Expand Down

0 comments on commit f71771b

Please sign in to comment.