Skip to content

Commit c44a903

Browse files
committed
Comment patch apply because it seems included upstream now
1 parent 4cf0c8c commit c44a903

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585
with:
8686
path: ci
8787

88-
- run: git -C linux apply ../ci/x86-boot-Use-std-gnu11-to-fix-build-with-GCC-15.patch
88+
# 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
8990

9091
# Setup: `busybox`.
9192
- run: |

0 commit comments

Comments
 (0)