all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Mathieu Othacehe <othacehe@gnu.org>
Cc: 45826@debbugs.gnu.org, guix-sysadmin@gnu.org
Subject: bug#45826: SBCL / Common Lisp packages fail to build on aarch64
Date: Sun, 17 Jan 2021 14:11:11 -0500	[thread overview]
Message-ID: <YASLz1/e/r74Oh7g@jasmine.lan> (raw)
In-Reply-To: <87mtx7hpwy.fsf@gnu.org>

On Sun, Jan 17, 2021 at 10:29:49AM +0100, Mathieu Othacehe wrote:
> If we want to disable SBCL builds temporarily we can do something
> similar to what I did to disable Rust builds on non-x86_64 architectures
> here: 0ed631866cc0b7cece2b0a0b50e39b37ae91bb67.

------
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 35a96b5754..91b5d6b6ec 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -452,6 +452,7 @@ test = { path = \"../libtest\" }
             (variable "LIBRARY_PATH")
             (files '("lib" "lib64")))))
 
+    (supported-systems '("x86_64-linux"))
     (synopsis "Compiler for the Rust programming language")
     (description "Rust is a systems programming language that provides memory
 safety and thread safety guarantees.")
------

Hm, this would also prevent users from building the packages on their
own machines. We need a way to make changes like this but limit them to
the build farm.




  parent reply	other threads:[~2021-01-17 19:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-12 21:04 bug#45826: SBCL / Common Lisp packages fail to build on aarch64 Leo Famulari
2021-01-13 21:03 ` Guillaume Le Vaillant
2021-01-13 23:25   ` Leo Famulari
2021-01-16  9:42     ` Guillaume Le Vaillant
2021-01-16 18:58       ` Leo Famulari
2021-01-17  9:29         ` Mathieu Othacehe
2021-01-17 11:35           ` Christopher Baines
2021-01-18 13:36             ` Mathieu Othacehe
2021-01-17 19:11           ` Leo Famulari [this message]
2021-01-17 19:37             ` Efraim Flashner
2021-01-19 13:13               ` Ludovic Courtès
2021-01-19 20:17                 ` Leo Famulari
2021-02-01 20:56                   ` Ludovic Courtès
2021-02-01 21:13                     ` Leo Famulari
2021-02-01 22:03                       ` Leo Famulari

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=YASLz1/e/r74Oh7g@jasmine.lan \
    --to=leo@famulari.name \
    --cc=45826@debbugs.gnu.org \
    --cc=guix-sysadmin@gnu.org \
    --cc=othacehe@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.