diff --git a/.build.yml b/.build.yml index 171a94e..8e03819 100644 --- a/.build.yml +++ b/.build.yml @@ -12,7 +12,11 @@ triggers: tasks: - setup: | sudo apt-get purge gcc -y && sudo apt-get autoremove -y - - llvm14: | + - warmup: + cd test-zigcc; . .envrc + bazel --batch build --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux //:zigzag-0 + bazel --batch build --platforms=@zig_sdk//libc_aware/platform:linux_amd64_gnu.2.28 //:zigzag-0 + - llvm14-baseline: | cd test-zigcc; . .envrc bazel clean; bazel --batch build --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux ... - zig_cc-no_sandbox: |