Skip to content

Commit d91ea6c

Browse files
committed
change gcc to clang into release
1 parent a16a409 commit d91ea6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/release_distribution_scripts/utbot_run_system.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export UTBOT_LOGS_FOLDER=$UTBOT_ALL
4444

4545
# Setting environment variables according to $UTBOT_ALL
4646
export UTBOT_INSTALL_DIR=$UTBOT_ALL/install
47-
export CC=$UTBOT_ALL/debs-install/usr/bin/gcc-9
48-
export CXX=$UTBOT_ALL/debs-install/usr/bin/g++-9
47+
export CC=$UTBOT_ALL/install/bin/clang
48+
export CXX=$UTBOT_ALL/install/bin/clang++
4949
export CPATH=$UTBOT_ALL/klee/include:$CPATH # Path for C and C++ includes
5050
export PATH=$UTBOT_ALL/bear/bin:$UTBOT_ALL/klee/bin:$UTBOT_INSTALL_DIR/bin:$PATH
5151
export KLEE_RUNTIME_LIBRARY_PATH=$UTBOT_ALL/klee/lib/klee/runtime/

0 commit comments

Comments
 (0)