public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>,
	gcc-rust@gcc.gnu.org, "H . J . Lu" <hjl.tools@gmail.com>,
	Tamar Christina <tamar.christina@arm.com>,
	Arthur Cohen <arthur.cohen@embecosm.com>,
	Mark Wielaard <mark@klomp.org>
Subject: [COMMITTED] gcc-mingw don't enable rust
Date: Mon, 15 Apr 2024 14:06:56 +0200	[thread overview]
Message-ID: <20240415120656.948266-1-mark@klomp.org> (raw)

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


                 reply	other threads:[~2024-04-15 12:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240415120656.948266-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=arthur.cohen@embecosm.com \
    --cc=buildbot@sourceware.org \
    --cc=gcc-rust@gcc.gnu.org \
    --cc=hjl.tools@gmail.com \
    --cc=pierre-emmanuel.patry@embecosm.com \
    --cc=tamar.christina@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).