public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] rust: Use -Otarget when building and logging warnings
@ 2022-06-08 12:30 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-08 12:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:addf65ddfa5d16e185ba3e2fc0821ce87babb842

commit addf65ddfa5d16e185ba3e2fc0821ce87babb842
Author: Simon Cook <simon.cook@embecosm.com>
Date:   Wed Apr 13 08:34:30 2022 +0200

    rust: Use -Otarget when building and logging warnings
    
    This will provide some synchronization for output lines, and so will
    make comparisons with known warnings as part of CI more reliable.

Diff:
---
 .github/workflows/ccpp.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 6159047a1b6..a819905e766 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -51,7 +51,7 @@ jobs:
       shell: bash
       run: |
            cd gccrs-build; \
-           make -j $(nproc) 2>&1 | tee log
+           make -Otarget -j $(nproc) 2>&1 | tee log
 
     - name: Check for new warnings
       run: |


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-08 12:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 12:30 [gcc/devel/rust/master] rust: Use -Otarget when building and logging warnings Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).