Skip to content

Commit 606bd2c

Browse files
authored
Merge pull request #1309 from hermit-os/mio-ci
Revert "ci: workaround bad mio branch"
2 parents 7794231 + a482e34 commit 606bd2c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ jobs:
183183
if: matrix.arch == 'x86_64'
184184
- run: cargo +stable install cargo-careful
185185
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: .
190186
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package hello_world
191187
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package hello_world --no-default-features --microvm
192188
if: matrix.arch == 'x86_64'

0 commit comments

Comments
 (0)