slackware-current/source/d/rust/rust.url
Patrick J Volkerding 8a7ca20f48 Sat Sep 28 19:23:35 UTC 2019
a/f2fs-tools-1.13.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
ap/rpm-4.15.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
d/rust-1.38.0-x86_64-1.txz:  Upgraded.
  It seems that rust-1.38.0 builds fewer shared objects causing the package
  size to bloat to almost double. I held this back overnight to compile some
  modified builds to see if the old build behavior could be restored but
  didn't have any luck, so I'll put this out as-is for now. Any help debloating
  this package would be appreciated. Note that it also had to be bootstrapped
  from the official binaries using LOCAL_BOOTSTRAP=NO. That's not all that
  unusual for Rust, but perhaps that's another problem...
l/fribidi-1.0.7-x86_64-1.txz:  Upgraded.
l/fuse3-3.7.0-x86_64-1.txz:  Upgraded.
n/fetchmail-6.4.1-x86_64-1.txz:  Upgraded.
2019-09-29 08:59:48 +02:00

23 lines
1.1 KiB
INI

# Source code (repacked to .tar.xz):
lftpget https://static.rust-lang.org/dist/rustc-1.38.0-src.tar.gz
gzip -d rustc-*tar.gz
plzip -9 -v rustc-*tar
# Please note that the bootstrap binary packages listed below might not be kept
# updated for later versions. The Rust compiler as shipped with Slackware
# should be able to compile the next released version of Rust.
#
# To find the expected date/versions for bootstrap binaries to be able to
# update the urls below, look at src/stage0.txt in the Rust sources.
exit 0
# i686 bootstrap:
lftpget https://static.rust-lang.org/dist/2019-08-15/cargo-0.38.0-i686-unknown-linux-gnu.tar.gz
lftpget https://static.rust-lang.org/dist/2019-08-15/rust-std-1.37.0-i686-unknown-linux-gnu.tar.gz
lftpget https://static.rust-lang.org/dist/2019-08-15/rustc-1.37.0-i686-unknown-linux-gnu.tar.gz
# x86_64 bootstrap:
lftpget https://static.rust-lang.org/dist/2019-08-15/cargo-0.38.0-x86_64-unknown-linux-gnu.tar.gz
lftpget https://static.rust-lang.org/dist/2019-08-15/rust-std-1.37.0-x86_64-unknown-linux-gnu.tar.gz
lftpget https://static.rust-lang.org/dist/2019-08-15/rustc-1.37.0-x86_64-unknown-linux-gnu.tar.gz