From 0f087cb7ddf5dc453108307a028dd53899243dd2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 17 Apr 2020 01:56:43 +0300 Subject: rust: drop from repository --- extra/rust/build | 63 -------------------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100755 extra/rust/build (limited to 'extra/rust/build') diff --git a/extra/rust/build b/extra/rust/build deleted file mode 100755 index fa5c547c..00000000 --- a/extra/rust/build +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh -e - -patch -p1 < musl.patch - -# This package mimics the download process of rust's 'x.py' -# bootstrap library to allow for the removal of the internet -# connection requirement per build. -{ - mkdir -p "${cache_dir:=build/cache/2020-02-27}" - - for tarball in *.tar.xz\?no-extract; do - mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}" - done -} - -# 'rust' checksums files in 'vendor/', but we patch a few. -for vendor in libc openssl-sys; do - sed -i 's/\("files":{\)[^}]*/\1/' "vendor/$vendor/.cargo-checksum.json" -done - -cat > config.toml <