|
16 | 16 | build-and-check-ubuntu-64bit:
|
17 | 17 |
|
18 | 18 | env:
|
19 |
| - # Force locale, in particular for reproducible results re '.github/bors_log_expected_warnings' (see below). |
| 19 | + # Force locale, in particular for reproducible results re '.github/log_expected_warnings' (see below). |
20 | 20 | LC_ALL: C.UTF-8
|
21 | 21 |
|
22 | 22 | runs-on: ubuntu-22.04
|
|
68 | 68 | run: |
|
69 | 69 | cd gccrs-build
|
70 | 70 | < log grep 'warning: ' | sort > log_warnings
|
71 |
| - if diff -U0 ../.github/bors_log_expected_warnings log_warnings; then |
| 71 | + if diff -U0 ../.github/log_expected_warnings log_warnings; then |
72 | 72 | :
|
73 | 73 | else
|
74 | 74 | echo 'See <https://github.com/Rust-GCC/gccrs/pull/1026>.'
|
@@ -100,7 +100,7 @@ jobs:
|
100 | 100 | build-and-check-ubuntu-64bit-glibcxx:
|
101 | 101 |
|
102 | 102 | env:
|
103 |
| - # Force locale, in particular for reproducible results re '.github/bors_log_expected_warnings' (see below). |
| 103 | + # Force locale, in particular for reproducible results re '.github/log_expected_warnings' (see below). |
104 | 104 | LC_ALL: C.UTF-8
|
105 | 105 |
|
106 | 106 | runs-on: ubuntu-22.04
|
@@ -185,7 +185,7 @@ jobs:
|
185 | 185 | build-and-check-ubuntu-32bit:
|
186 | 186 |
|
187 | 187 | env:
|
188 |
| - # Force locale, in particular for reproducible results re '.github/bors_log_expected_warnings' (see below). |
| 188 | + # Force locale, in particular for reproducible results re '.github/log_expected_warnings' (see below). |
189 | 189 | LC_ALL: C.UTF-8
|
190 | 190 |
|
191 | 191 | runs-on: ubuntu-22.04
|
@@ -237,7 +237,7 @@ jobs:
|
237 | 237 | run: |
|
238 | 238 | cd gccrs-build
|
239 | 239 | < log grep 'warning: ' | sort > log_warnings
|
240 |
| - if diff -U0 ../.github/bors_log_expected_warnings log_warnings; then |
| 240 | + if diff -U0 ../.github/log_expected_warnings log_warnings; then |
241 | 241 | :
|
242 | 242 | else
|
243 | 243 | echo 'See <https://github.com/Rust-GCC/gccrs/pull/1026>.'
|
@@ -405,7 +405,7 @@ jobs:
|
405 | 405 | build-and-check-asan:
|
406 | 406 |
|
407 | 407 | env:
|
408 |
| - # Force locale, in particular for reproducible results re '.github/bors_log_expected_warnings' (see below). |
| 408 | + # Force locale, in particular for reproducible results re '.github/log_expected_warnings' (see below). |
409 | 409 | LC_ALL: C.UTF-8
|
410 | 410 |
|
411 | 411 | runs-on: ubuntu-22.04
|
@@ -459,7 +459,7 @@ jobs:
|
459 | 459 | # run: |
|
460 | 460 | # cd gccrs-build
|
461 | 461 | # < log grep 'warning: ' | sort > log_warnings
|
462 |
| -# if diff -U0 ../.github/bors_log_expected_warnings log_warnings; then |
| 462 | +# if diff -U0 ../.github/log_expected_warnings log_warnings; then |
463 | 463 | # :
|
464 | 464 | # else
|
465 | 465 | # echo 'See <https://github.com/Rust-GCC/gccrs/pull/1026>.'
|
|
0 commit comments