From 5b99059acb7010b8506fc6b43f4d44689eb6b373 Mon Sep 17 00:00:00 2001 From: Javier Olaechea Date: Wed, 4 Dec 2024 20:05:52 -0500 Subject: [PATCH] Add arm64e-apple-tvos rustc target It was added as target on 2024-09-21. See related PR: - https://github.com/rust-lang/rust/pull/130614 --- guix/rustup/build/manifest.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guix/rustup/build/manifest.scm b/guix/rustup/build/manifest.scm index e4b7ca8..4c66adb 100644 --- a/guix/rustup/build/manifest.scm +++ b/guix/rustup/build/manifest.scm @@ -120,6 +120,8 @@ ((zstd) ".zst"))) +;; Warning: When adding a new rustc target, try to append them to +;; the end of the list. (define %rustc-target-triplets (make-enumeration '(all @@ -374,6 +376,7 @@ x86_64-unknown-cloudabi i686-unknown-redox wasm32-unknown-wasi + arm64e-apple-tvos ))) (define (%rustc-target-triplets? triplet)