[llvm] Scheduled buildkite pipeline generation (PR #65574)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 13:49:01 PDT 2023
================
@@ -17,14 +17,19 @@ set -ex
set -o pipefail
MONOREPO_ROOT="${MONOREPO_ROOT:="$(git rev-parse --show-toplevel)"}"
-BUILD_DIR="${BUILD_DIR:=${MONOREPO_ROOT}/build/monolithic-linux}"
-
+BUILD_DIR="${BUILD_DIR:=${MONOREPO_ROOT}/build}"
rm -rf ${BUILD_DIR}
ccache --zero-stats
-ccache --show-config
+
+if [[ -n "${CLEAR_CACHE:-}" ]]; then
----------------
aeubanks wrote:
how can you set this?
https://github.com/llvm/llvm-project/pull/65574
More information about the llvm-commits
mailing list