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 354e2b3 commit aba3789Copy full SHA for aba3789
.github/workflows/ccpp.yml
@@ -486,18 +486,6 @@ jobs:
486
. "$HOME/.cargo/env";
487
make -Otarget -j $(nproc) 2>&1 | tee log
488
489
-# Skip warnings check
490
-# - name: Check for new warnings
491
-# run: |
492
-# cd gccrs-build
493
-# < log grep 'warning: ' | sort > log_warnings
494
-# if diff -U0 ../.github/log_expected_warnings log_warnings; then
495
-# :
496
-# else
497
-# echo 'See <https://github.com/Rust-GCC/gccrs/pull/1026>.'
498
-# exit 1
499
-# fi >&2
500
-
501
- name: Run Tests
502
run: |
503
cd gccrs-build; \
0 commit comments