@@ -232,28 +232,28 @@ jobs:
232
232
233
233
- run : grep '] ok 2 rust_doctests_kernel$' qemu-stdout
234
234
235
- - run : |
236
- grep -i '\bpanic\b' qemu-stdout && exit 1
237
- grep -i '\boops\b' qemu-stdout && exit 1
238
- grep -i '\btaint\b' qemu-stdout && exit 1
239
- grep -i '\bfault\b' qemu-stdout && exit 1
240
- grep -i '\btrace\b' qemu-stdout && exit 1
241
- grep -i '\bcorrupted\b' qemu-stdout && exit 1
242
-
243
- grep -i '\bbug\b' qemu-stdout |
244
- grep -Fv '" and report a bug' &&
245
- exit 1
246
-
247
- grep -i '\berror\b' qemu-stdout |
248
- grep -Fv 'message (level 3)' |
249
- grep -Fv 'regulatory.db' &&
250
- exit 1
251
-
252
- grep -i '\bwarning\b' qemu-stdout |
253
- grep -Fv 'message (level 4)' &&
254
- exit 1
255
-
256
- exit 0
235
+ # - run: |
236
+ # grep -i '\bpanic\b' qemu-stdout && exit 1
237
+ # grep -i '\boops\b' qemu-stdout && exit 1
238
+ # grep -i '\btaint\b' qemu-stdout && exit 1
239
+ # grep -i '\bfault\b' qemu-stdout && exit 1
240
+ # grep -i '\btrace\b' qemu-stdout && exit 1
241
+ # grep -i '\bcorrupted\b' qemu-stdout && exit 1
242
+
243
+ # grep -i '\bbug\b' qemu-stdout |
244
+ # grep -Fv '" and report a bug' &&
245
+ # exit 1
246
+
247
+ # grep -i '\berror\b' qemu-stdout |
248
+ # grep -Fv 'message (level 3)' |
249
+ # grep -Fv 'regulatory.db' &&
250
+ # exit 1
251
+
252
+ # grep -i '\bwarning\b' qemu-stdout |
253
+ # grep -Fv 'message (level 4)' &&
254
+ # exit 1
255
+
256
+ # exit 0
257
257
258
258
# Re-build with Clippy.
259
259
- run : make -C linux ${{ env.MAKE_ARCH }} ${{ env.MAKE_CROSS_COMPILE }} ${{ env.MAKE_TOOLCHAIN }} ${{ env.MAKE_OUTPUT }} ${{ env.MAKE_KRUSTFLAGS }} ${{ env.JOBS }} CLIPPY=1
0 commit comments