Skip to content

Commit c1639be

Browse files
Merge #1114
1114: rust: Use -Otarget when building and logging warnings r=philberty a=simonpcook This will provide some synchronization for output lines, and so will make comparisons with known warnings as part of CI more reliable. Co-authored-by: Simon Cook <simon.cook@embecosm.com>
2 parents a196568 + addf65d commit c1639be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
shell: bash
5252
run: |
5353
cd gccrs-build; \
54-
make -j $(nproc) 2>&1 | tee log
54+
make -Otarget -j $(nproc) 2>&1 | tee log
5555
5656
- name: Check for new warnings
5757
run: |

0 commit comments

Comments
 (0)