This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +2
-5
lines changed Expand file tree Collapse file tree 5 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 6464
6565if [[ " $build_sysroot " == " 1" ]]; then
6666 echo " [BUILD] sysroot"
67- export CG_CLIF_INCR_CACHE_DISABLED=1
6867 dir=$( pwd)
6968 cd " $target_dir "
7069 time " $dir /build_sysroot/build_sysroot.sh"
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ dir=$(pwd)
1212# build scripts are still compiled using cg_llvm.
1313export RUSTC=$dir " /bin/cg_clif_build_sysroot"
1414export RUSTFLAGS=$RUSTFLAGS " --clif"
15- export CG_CLIF_DISPLAY_CG_TIME=1
1615
1716cd " $( dirname " $0 " ) "
1817
Original file line number Diff line number Diff line change 55set -e
66
77export CG_CLIF_DISPLAY_CG_TIME=1
8+ export CG_CLIF_INCR_CACHE_DISABLED=1
89
910export HOST_TRIPLE=$( rustc -vV | grep host | cut -d: -f2 | tr -d " " )
1011export TARGET_TRIPLE=${TARGET_TRIPLE:- $HOST_TRIPLE }
Original file line number Diff line number Diff line change 33set -e
44
55source build/config.sh
6- export CG_CLIF_INCR_CACHE_DISABLED=1
6+ source scripts/ext_config.sh
77MY_RUSTC=" $RUSTC $RUSTFLAGS -L crate=target/out --out-dir target/out -Cdebuginfo=2"
88
99function no_sysroot_tests() {
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- source scripts/ext_config.sh
5-
64./build.sh --without-sysroot " $@ "
75
86rm -r target/out || true
You can’t perform that action at this time.
0 commit comments