We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf0c8c commit c44a903Copy full SHA for c44a903
.github/workflows/ci.yaml
@@ -85,7 +85,8 @@ jobs:
85
with:
86
path: ci
87
88
- - run: git -C linux apply ../ci/x86-boot-Use-std-gnu11-to-fix-build-with-GCC-15.patch
+ # TODO: remove if this patch is indeed not necessary. (It seems the patch is now included upstream.)
89
+ # - run: git -C linux apply ../ci/x86-boot-Use-std-gnu11-to-fix-build-with-GCC-15.patch
90
91
# Setup: `busybox`.
92
- run: |
0 commit comments