Merge pull request #106284 from raboof/rustc-deterministic-manifest
This commit is contained in:
commit
650db4a0db
@ -147,6 +147,11 @@ in stdenv.mkDerivation rec {
|
|||||||
python x.py dist rustc-dev
|
python x.py dist rustc-dev
|
||||||
tar xf build/dist/rustc-dev*tar.gz
|
tar xf build/dist/rustc-dev*tar.gz
|
||||||
cp -r rustc-dev*/rustc-dev*/lib/* $out/lib/
|
cp -r rustc-dev*/rustc-dev*/lib/* $out/lib/
|
||||||
|
rm $out/lib/rustlib/install.log
|
||||||
|
for m in $out/lib/rustlib/manifest-rust*
|
||||||
|
do
|
||||||
|
sort --output=$m < $m
|
||||||
|
done
|
||||||
|
|
||||||
'' + ''
|
'' + ''
|
||||||
# remove references to llvm-config in lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_codegen_llvm-llvm.so
|
# remove references to llvm-config in lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_codegen_llvm-llvm.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user