[llvm-branch-commits] [CI] Refactor monolithic-* scripts to use common utils.sh (PR #152199)
David Spickett via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 6 01:28:05 PDT 2025
================
@@ -13,50 +13,15 @@
# run only the relevant tests.
#
-set -ex
-set -o pipefail
+source ./utils.sh
-MONOREPO_ROOT="${MONOREPO_ROOT:="$(git rev-parse --show-toplevel)"}"
-BUILD_DIR="${BUILD_DIR:=${MONOREPO_ROOT}/build}"
INSTALL_DIR="${BUILD_DIR}/install"
-rm -rf "${BUILD_DIR}"
-
-sccache --zero-stats
mkdir -p artifacts/reproducers
-# Make sure any clang reproducers will end up as artifacts.
+# Make sure any clang reproducers will end up as artifactss
----------------
DavidSpickett wrote:
artifactss -> artifacts.
https://github.com/llvm/llvm-project/pull/152199
More information about the llvm-branch-commits
mailing list