Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ jobs:
# TODO: remove if this patch is indeed not necessary. (It seems the patch is now included upstream.)
# - run: git -C linux apply ../ci/x86-boot-Use-std-gnu11-to-fix-build-with-GCC-15.patch

# TODO: remove when fixed upstream.
- run: git -C linux apply ../ci/0002-Path-qualify-zerocopy-extern-in-rusttestlib-kernel.patch

# Setup: `busybox`.
- run: |
git clone --depth 1 -b 1_30_1 https://github.com/mirror/busybox
Expand Down Expand Up @@ -261,7 +258,7 @@ jobs:
# Print the result line for debugging.
grep -E '\] ok [0-9]+ rust_doctests_kernel$' qemu-stdout || true

grep '] ok 8 rust_doctests_kernel$' qemu-stdout
grep '] ok 11 rust_doctests_kernel$' qemu-stdout

- run: python ci/check_panics.py qemu-stdout

Expand Down
38 changes: 0 additions & 38 deletions 0002-Path-qualify-zerocopy-extern-in-rusttestlib-kernel.patch

This file was deleted.

Loading