Skip to content

Commit

Permalink
Tools: build_ci.sh don't unset CXX and CC by default. That was for Tr…
Browse files Browse the repository at this point in the history
…avisCI
  • Loading branch information
khancyr authored and peterbarker committed Sep 7, 2021
1 parent d24b469 commit aade77d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ set -ex
# CXX and CC are exported by default by travis
c_compiler=${CC:-gcc}
cxx_compiler=${CXX:-g++}
unset CXX CC

export BUILDROOT=/tmp/ci.build
rm -rf $BUILDROOT
Expand Down

0 comments on commit aade77d

Please sign in to comment.