File tree 5 files changed +2
-5
lines changed
5 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 64
64
65
65
if [[ " $build_sysroot " == " 1" ]]; then
66
66
echo " [BUILD] sysroot"
67
- export CG_CLIF_INCR_CACHE_DISABLED=1
68
67
dir=$( pwd)
69
68
cd " $target_dir "
70
69
time " $dir /build_sysroot/build_sysroot.sh"
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ dir=$(pwd)
12
12
# build scripts are still compiled using cg_llvm.
13
13
export RUSTC=$dir " /bin/cg_clif_build_sysroot"
14
14
export RUSTFLAGS=$RUSTFLAGS " --clif"
15
- export CG_CLIF_DISPLAY_CG_TIME=1
16
15
17
16
cd " $( dirname " $0 " ) "
18
17
Original file line number Diff line number Diff line change 5
5
set -e
6
6
7
7
export CG_CLIF_DISPLAY_CG_TIME=1
8
+ export CG_CLIF_INCR_CACHE_DISABLED=1
8
9
9
10
export HOST_TRIPLE=$( rustc -vV | grep host | cut -d: -f2 | tr -d " " )
10
11
export TARGET_TRIPLE=${TARGET_TRIPLE:- $HOST_TRIPLE }
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
source build/config.sh
6
- export CG_CLIF_INCR_CACHE_DISABLED=1
6
+ source scripts/ext_config.sh
7
7
MY_RUSTC=" $RUSTC $RUSTFLAGS -L crate=target/out --out-dir target/out -Cdebuginfo=2"
8
8
9
9
function no_sysroot_tests() {
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
3
4
- source scripts/ext_config.sh
5
-
6
4
./build.sh --without-sysroot " $@ "
7
5
8
6
rm -r target/out || true
You can’t perform that action at this time.
0 commit comments