From 8d8cfac8a02a9b456afac2fda928697d32ee51e1619785e29a5cf5818e6c041e Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Sun, 11 Nov 2018 19:45:31 +0000 Subject: [PATCH] Accepting request 648254 from home:luke_nukem:branches:devel:languages:rust - Set the bootstrap flag in the spec file temporarily so that rings will build rust without intervention. Must be reverted once all releases are successful. OBS-URL: https://build.opensuse.org/request/show/648254 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=170 --- rust.changes | 7 +++++++ rust.spec | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/rust.changes b/rust.changes index c601917..55de73f 100644 --- a/rust.changes +++ b/rust.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Nov 11 19:43:09 UTC 2018 - Luke Jones + +- Set the bootstrap flag in the spec file temporarily so that rings + will build rust without intervention. Must be reverted once all + releases are successful. + ------------------------------------------------------------------- Fri Nov 9 06:42:47 UTC 2018 - Luke Jones diff --git a/rust.spec b/rust.spec index 436c74a..0bfae89 100644 --- a/rust.spec +++ b/rust.spec @@ -54,7 +54,9 @@ %global rustflags -Clink-arg=-Wl,-z,relro,-z,now # We occasionally need to bootstrap builds due to breakage etc. Rust only guarantees # v-1 will build v -%bcond_with rust_bootstrap +# %bcond_with rust_bootstrap +# Temporarily set the bootstrap flag in the spec so rings will build without intervention +%bcond_without rust_bootstrap # Distro LLVM should be sufficient, this also cuts compile times byu almost half %if 0%{?suse_version} <= 1315 %bcond_without bundled_llvm