From 7a5fc2b50448e012953b8b639dde3dabcae1a49a Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sat, 22 Oct 2016 00:05:33 -0700 Subject: [PATCH] Bootstrap aarch64. --- rust.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index b761526..fc081ad 100644 --- a/rust.spec +++ b/rust.spec @@ -4,7 +4,7 @@ # To bootstrap from scratch, set the channel and date from src/stage0.txt # e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24 # or nightly wants some beta-YYYY-MM-DD -%bcond_with bootstrap +%bcond_without bootstrap %global bootstrap_channel 1.11.0 %global bootstrap_date 2016-08-16 @@ -311,9 +311,10 @@ make check-lite VERBOSE=1 -k || python2 src/etc/check-summary.py tmp/*.log || : %changelog -* Thu Oct 20 2016 Josh Stone - 1.12.1-1 +* Sat Oct 22 2016 Josh Stone - 1.12.1-1 - Update to 1.12.1. - Merge package changes from rawhide. +- Bootstrap aarch64. * Tue Sep 20 2016 Josh Stone - 1.11.0-3.2 - Rebuild without bootstrap binaries.