We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3c570 commit 9cc2a3bCopy full SHA for 9cc2a3b
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
@@ -105,7 +105,7 @@ build_step "build standalone compiler-rt"
105
mkdir -p compiler_rt_build
106
# Standalone build as in https://compiler-rt.llvm.org/
107
cmake -B compiler_rt_build -GNinja \
108
- -DPython3_EXECUTABLE=$ROOT/llvm-venv/bin/python \
+ -DPython3_EXECUTABLE=$(which python) \
109
-DCMAKE_C_COMPILER=${FRESH_CLANG_PATH}/clang \
110
-DCMAKE_CXX_COMPILER=${FRESH_CLANG_PATH}/clang++ \
111
-DCOMPILER_RT_INCLUDE_TESTS=ON \
0 commit comments