mirror of
https://abf.rosa.ru/djam/rust.git
synced 2025-02-23 18:02:53 +00:00
Updated to 1.48.0
This commit is contained in:
parent
751e7340f8
commit
1fd3484a37
2 changed files with 11 additions and 9 deletions
8
.abf.yml
8
.abf.yml
|
@ -1,5 +1,5 @@
|
|||
sources:
|
||||
rust-1.46.0-aarch64-unknown-linux-gnu.tar.xz: 7e321a3c787370000a3d82b290fab1e3cd24ff70
|
||||
rust-1.46.0-i686-unknown-linux-gnu.tar.xz: b0a27f94bbfe7b19ed5dfbe2635a52fe5e694077
|
||||
rust-1.46.0-x86_64-unknown-linux-gnu.tar.xz: ae9b6f51bf29a7bcc093055d1234459a688891fc
|
||||
rustc-1.47.0-src.tar.xz: 7c74bea0e1db296aa0cf8c6e0b6fb1d392b62c0c
|
||||
rust-1.47.0-aarch64-unknown-linux-gnu.tar.xz: 7facc09fc7a28c4607ef5a949e9eb5c0df932d68
|
||||
rust-1.47.0-i686-unknown-linux-gnu.tar.xz: 674b389b9031dcc169f421590806a22114b649d0
|
||||
rust-1.47.0-x86_64-unknown-linux-gnu.tar.xz: 60ff2f5cbfc8447b3262c5a99f466437fa7aa004
|
||||
rustc-1.48.0-src.tar.xz: 036f83df6255166cef0e2241ef0627e2568244b4
|
||||
|
|
12
rust.spec
12
rust.spec
|
@ -17,16 +17,16 @@
|
|||
%define rustlibdir %{_libdir}/rustlib
|
||||
|
||||
# Only x86_64 and i686 are Tier 1 platforms at this time.
|
||||
# https://forge.rust-lang.org/platform-support.html
|
||||
# https://doc.rust-lang.org/nightly/rustc/platform-support.html
|
||||
%define rust_arches x86_64 %{ix86} aarch64
|
||||
|
||||
# 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
|
||||
# Note that cargo matches the program version here, not its crate version.
|
||||
%define bootstrap_rust 1.46.0
|
||||
%define bootstrap_cargo 1.46.0
|
||||
%define bootstrap_date 2020-08-27
|
||||
%define bootstrap_rust 1.47.0
|
||||
%define bootstrap_cargo 1.47.0
|
||||
%define bootstrap_date 2020-10-08
|
||||
|
||||
%bcond_without bootstrap
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
|||
|
||||
Summary: The Rust Programming Language
|
||||
Name: rust
|
||||
Version: 1.47.0
|
||||
Version: 1.48.0
|
||||
Release: 1
|
||||
License: (ASL 2.0 or MIT) and (BSD and MIT)
|
||||
Group: Development/Rust
|
||||
|
@ -367,10 +367,12 @@ test -f '%{local_rust_root}/bin/rustc'
|
|||
sed -i.try-py3 -e '/try python2.7/i try python3 "$@"' ./configure
|
||||
|
||||
rm -rf src/llvm/
|
||||
mkdir -p src/llvm-project/libunwind/
|
||||
|
||||
# Remove other unused vendored libraries
|
||||
rm -rf vendor/jemalloc-sys/jemalloc/
|
||||
rm -rf vendor/libz-sys/src/zlib/
|
||||
rm -rf vendor/libz-sys/src/zlib-ng/
|
||||
rm -rf vendor/lzma-sys/xz-*/
|
||||
rm -rf vendor/openssl-src/openssl/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue