[libcxx-commits] [PATCH] D150062: [clang][ci] Improves buildkite artifacts.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 7 08:37:49 PDT 2023
Mordante added inline comments.
================
Comment at: libcxx/utils/ci/buildkite-pipeline-clang.yml:28
+ - "tar -cJvf install.tar.xz install/"
+ - "buildkite-agent artifact upload --debug install.tar.xz"
env:
----------------
I used this build https://buildkite.com/llvm-project/libcxx-ci/builds/23579 to test the changes with Clang.
This is build https://buildkite.com/llvm-project/libcxx-ci/builds/23567 of Clang before the changes.
Unsurprisingly, here the timings are closer than locally. I haven't checked what the noise on the timings is for Clang builds.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150062/new/
https://reviews.llvm.org/D150062
More information about the libcxx-commits
mailing list