Skip to content

Commit

Permalink
Merge pull request #23 from vext01/fix-nightlies
Browse files Browse the repository at this point in the history
Fix CI.
  • Loading branch information
ltratt authored Jul 26, 2024
2 parents 697fa52 + 5f795ed commit aabd58e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd ..
# FIXME: We should test all optimisation levels.
# https://github.com/ykjit/ykcbf/issues/9
YK_BUILD_TYPE=debug CFLAGS=-O0 make bf_base
YK_BUILD_TYPE=debug CFLAGS=-O0 make bf_simple_yk
YK_BUILD_TYPE=debug CFLAGS=-O0 make bf_simple2_yk
YKD_NEW_CODEGEN=1 YK_BUILD_TYPE=debug CFLAGS=-O0 make bf_simple_yk
YKD_NEW_CODEGEN=1 YK_BUILD_TYPE=debug CFLAGS=-O0 make bf_simple2_yk

cd lang_tests && cargo test
cd lang_tests && YKD_NEW_CODEGEN=1 cargo test
2 changes: 1 addition & 1 deletion .buildbot_dockerfile_debian
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG CI_UID
RUN useradd -m -u ${CI_UID} ci
RUN apt-get update && \
apt-get -y install clang-15 make curl procps file git cmake python3 \
libtinfo-dev libzip-dev mold ninja-build
libtinfo-dev libzip-dev mold ninja-build gdb
WORKDIR /ci
RUN update-alternatives --install /usr/bin/cc cc /usr/bin/clang-15 999
RUN update-alternatives --set cc /usr/bin/clang-15
Expand Down

0 comments on commit aabd58e

Please sign in to comment.