[libcxx-commits] [PATCH] D106534: [libc++][ci] DO NOT REVIEW YET
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 23 01:57:01 PDT 2021
Mordante updated this revision to Diff 361128.
Mordante added a comment.
The last build passed as expected.
Restore the removed CI pipelines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106534/new/
https://reviews.llvm.org/D106534
Files:
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot
Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -170,7 +170,9 @@
echo "+++ Making sure the generator scripts were run"
${NINJA} -vC "${BUILD_DIR}" libcxx-generate-files
git diff | tee ${BUILD_DIR}/generated_output.patch
+ git ls-files -o --exclude-standard | tee ${BUILD_DIR}/generated_output.untracked
! grep -q '^--- a' ${BUILD_DIR}/generated_output.patch || false
+ ! [ -s ${BUILD_DIR}/generated_output.untracked ] || false
# Reject patches that introduce non-ASCII characters or hard tabs.
# Depends on LC_COLLATE set at the top of this script.
Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -40,6 +40,7 @@
command: "libcxx/utils/ci/run-buildbot check-generated-output"
artifact_paths:
- "**/generated_output.patch"
+ - "**/generated_output.untracked"
agents:
queue: "libcxx-builders"
os: "linux"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106534.361128.patch
Type: text/x-patch
Size: 1158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210723/6ce42178/attachment-0001.bin>
More information about the libcxx-commits
mailing list