[llvm] Scheduled buildkite pipeline generation (PR #65574)

Mikhail Goncharov via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 02:55:20 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
----------------
metaflow wrote:

you can do that when creating a build in buildkite UI or triggering through API with "environment" varaibles. It's not available for "normal" users

https://github.com/llvm/llvm-project/pull/65574


More information about the llvm-commits mailing list