Skip to content

Commit f80b995

Browse files
committed
[RISCV] Pass -DPython3_EXECUTABLE=/usr/bin/python3 for rva20-2stage builder
This avoids issues where the python3 executable is at a different path in the host vs the guest environment (i.e. under qemu-system used for lit execution).
1 parent c7d4147 commit f80b995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3270,6 +3270,7 @@
32703270
extra_stage2_cmake_args=[
32713271
util.Interpolate("-DLLVM_NATIVE_TOOL_DIR=%(prop:builddir)s/stage1.install/bin"),
32723272
"-DLLVM_BUILD_TESTS=True",
3273+
"-DPython3_EXECUTABLE=/usr/bin/python3",
32733274
util.Interpolate("-DLLVM_EXTERNAL_LIT=%(prop:builddir)s/llvm-zorg/buildbot/riscv-rise/lit-on-qemu")],
32743275
stage2_toolchain_options=[
32753276
"set(CMAKE_SYSTEM_NAME Linux)",

0 commit comments

Comments
 (0)