Skip to content

Commit

Permalink
Merge pull request #87 from vext01/unbreak-nightlies
Browse files Browse the repository at this point in the history
Unbreak CI.
  • Loading branch information
ltratt authored Jul 25, 2024
2 parents 5381c5a + 8c1436e commit 38f862d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ YKB_YKLLVM_BUILD_ARGS="define:CMAKE_C_COMPILER=/usr/bin/clang,define:CMAKE_CXX_C
export PATH=`pwd`/bin:${PATH}
cd ..

YK_BUILD_TYPE=debug make -j `nproc`
YKD_NEW_CODEGEN=1 YK_BUILD_TYPE=debug make -j `nproc`

# Run the test suite
cd tests && YKD_SERIALISE_COMPILATION=1 ../src/lua -e"_U=true" all.lua
cd tests && YKD_NEW_CODEGEN=1 YKD_SERIALISE_COMPILATION=1 \
../src/lua -e"_U=true" all.lua

0 comments on commit 38f862d

Please sign in to comment.