Don't unset CCACHE_DIR when bisecting
This commit is contained in:
parent
e57484af9b
commit
43c9f6d5f9
|
@ -27,7 +27,7 @@ cat > $runscript <<'EOF'
|
||||||
|
|
||||||
build_fs () (
|
build_fs () (
|
||||||
set -e
|
set -e
|
||||||
unset CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS CCACHE_DIR V VERBOSE
|
unset CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS V VERBOSE
|
||||||
export V=1 VERBOSE=1
|
export V=1 VERBOSE=1
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
git reset --hard HEAD
|
git reset --hard HEAD
|
||||||
|
|
Loading…
Reference in New Issue