Skip to content

Commit 9318575

Browse files
[ProfCheck] Disable Lit Internal Shell (#598)
This patch disables the use of lit's internal shell for the profcheck builder. This was enabled recently in the monorepo but is causing some test failures on the profcheck buildbot that needs more investigation. Turning off the internal shell for now to give me time to investigate things.
1 parent 01a1202 commit 9318575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/buildbot/builders/annotated/profcheck.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ cmake -GNinja \
1616
echo @@@BUILD_STEP Ninja@@@
1717

1818
export LIT_XFAIL="$(cat ../llvm-project/llvm/utils/profcheck-xfail.txt | tr '\n' ';')"
19+
export LIT_USE_INTERNAL_SHELL=0
1920
ninja check-llvm

0 commit comments

Comments
 (0)