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 e3ed833 commit dff2223Copy full SHA for dff2223
.github/workflows/ci.yaml
@@ -99,6 +99,9 @@ jobs:
99
# TODO: remove when fixed in the above branch.
100
- run: git -C linux apply ../ci/patches/0001-Skip-GCC-flag-for-bindgen.patch
101
102
+ # TODO: remove when fixed in the above branch.
103
+ - run: git -C linux apply ../ci/patches/0001-Ignore-some-failing-tests.patch
104
+
105
# Setup: `busybox`.
106
- run: |
107
git clone --depth 1 -b 1_30_1 https://git.busybox.net/busybox/
0 commit comments