public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
* [COMMITTED] gcc-mingw don't enable rust
@ 2024-04-15 12:06 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-04-15 12:06 UTC (permalink / raw)
  To: buildbot
  Cc: Pierre-Emmanuel Patry, gcc-rust, H . J . Lu, Tamar Christina,
	Arthur Cohen, Mark Wielaard

gccrs now requires cargo to build
---
 builder/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index c75b1622331f..97bf3703c019 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -3511,7 +3511,7 @@ gcc_mingw_configure_step = steps.Configure(
                  '--disable-nls',
                  '--without-included-gettext',
                  '--disable-win32-registry',
-                 '--enable-languages=c,c++,fortran,rust',
+                 '--enable-languages=c,c++,fortran',
                  '--enable-threads=posix',
                  '--with-sysroot=/usr/x86_64-w64-mingw32/sys-root',
                  '--enable-libstdcxx-backtrace',
-- 
2.44.0


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

only message in thread, other threads:[~2024-04-15 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-15 12:06 [COMMITTED] gcc-mingw don't enable rust Mark Wielaard

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).