We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7794231 + a482e34 commit 606bd2cCopy full SHA for 606bd2c
.github/workflows/ci.yml
@@ -183,10 +183,6 @@ jobs:
183
if: matrix.arch == 'x86_64'
184
- run: cargo +stable install cargo-careful
185
if: matrix.profile == 'dev'
186
- # FIXME: mio branch `v0.8.x` mio broke from `f5d912e7` to `a8a5c5bb`
187
- # See https://github.com/hermit-os/kernel/actions/runs/9242628556/job/25489845418
188
- - run: cargo update -p mio --precise f5d912e7
189
- working-directory: .
190
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package hello_world
191
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package hello_world --no-default-features --microvm
192
0 commit comments