Skip to content

Commit

Permalink
[RISCV] Pass -DPython3_EXECUTABLE=/usr/bin/python3 for rva20-2stage…
Browse files Browse the repository at this point in the history
… 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).
  • Loading branch information
asb committed Jan 16, 2025
1 parent c7d4147 commit f80b995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3270,6 +3270,7 @@
extra_stage2_cmake_args=[
util.Interpolate("-DLLVM_NATIVE_TOOL_DIR=%(prop:builddir)s/stage1.install/bin"),
"-DLLVM_BUILD_TESTS=True",
"-DPython3_EXECUTABLE=/usr/bin/python3",
util.Interpolate("-DLLVM_EXTERNAL_LIT=%(prop:builddir)s/llvm-zorg/buildbot/riscv-rise/lit-on-qemu")],
stage2_toolchain_options=[
"set(CMAKE_SYSTEM_NAME Linux)",
Expand Down

0 comments on commit f80b995

Please sign in to comment.