mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
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 () (
|
||||
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
|
||||
git clean -fdx
|
||||
git reset --hard HEAD
|
||||
|
Loading…
x
Reference in New Issue
Block a user