Skip to content

Commit

Permalink
Remove old references to YKD_NEW_CODEGEN
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Dec 16, 2024
1 parent 281ff9c commit 2ff6da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ YKB_YKLLVM_BUILD_ARGS="define:CMAKE_C_COMPILER=/usr/bin/clang,define:CMAKE_CXX_C
export PATH=`pwd`/bin:${PATH}
cd ..

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

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

# Run third-party test suites.
Expand Down

0 comments on commit 2ff6da0

Please sign in to comment.