public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Add in -m32, -m64 configuration to make check-rust
@ 2022-08-11 19:18 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-08-11 19:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4db24e3f2b145934e9a28398d416ca39121c4c1b

commit 4db24e3f2b145934e9a28398d416ca39121c4c1b
Author: Philip Herron <philip.herron@embecosm.com>
Date:   Tue Aug 9 15:33:31 2022 +0100

    Add in -m32,-m64 configuration to make check-rust
    
    This is to gate PR's which might break builds on 32bit systems.
    
    Addresses #1439

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 6fdfd9748b8..b49d525ad54 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -67,7 +67,7 @@ jobs:
     - name: Run Tests
       run: |
            cd gccrs-build; \
-           make check-rust
+           make check-rust RUNTESTFLAGS="--target_board=unix\{-m32,-m64}"
     - name: Archive check-rust results
       uses: actions/upload-artifact@v2
       with:


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

only message in thread, other threads:[~2022-08-11 19:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 19:18 [gcc/devel/rust/master] Add in -m32, -m64 configuration to make check-rust 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).