builder: Remove any reference to CC, CXX from builder
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-02-03 22:05:35 +00:00
parent 4d9c6f3971
commit 475cb725b4
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
2 changed files with 2 additions and 7 deletions

View File

@ -2,6 +2,8 @@ pipeline:
Prepare:
image: beta.devheroes.codes/serene/ci:3
commands:
- ls
- pwd
- ./builder setup
- ./builder deps pull toolchain
- ./builder deps pull bdwgc

View File

@ -53,13 +53,6 @@ source "$ME/config"
LLVM_VERSION="11"
CC=$(which clang)
CXX=$(which clang++)
export CC
export CXX
# TODO: Add sloppiness to the cmake list file as well
export CCACHE_SLOPPINESS="pch_defines,time_macros"