We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e955a0 commit aa9323bCopy full SHA for aa9323b
.ci/monolithic-linux.sh
@@ -28,10 +28,14 @@ if [[ -n "${CLEAR_CACHE:-}" ]]; then
28
ccache --clear
29
fi
30
31
+mkdir -p artifacts/reproducers
32
+
33
+# Make sure any clang reproducers will end up as artifacts.
34
+export CLANG_CRASH_DIAGNOSTICS_DIR=`realpath artifacts/reproducers`
35
36
function at-exit {
37
retcode=$?
38
- mkdir -p artifacts
39
ccache --print-stats > artifacts/ccache_stats.txt
40
cp "${BUILD_DIR}"/.ninja_log artifacts/.ninja_log
41
0 commit comments