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 09588e9 commit 1b3e309Copy full SHA for 1b3e309
.github/workflows/premerge.yaml
@@ -65,6 +65,13 @@ jobs:
65
export CXX=/opt/llvm/bin/clang++
66
67
./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}"
68
+ - name: "Upload artifact"
69
+ - name: Upload Artifacts
70
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
71
+ with:
72
+ name: Premerge Artifacts
73
+ path: artifacts/
74
+ retention-days: 5
75
76
premerge-checks-windows:
77
name: Windows Premerge Checks (Test Only - Please Ignore Results)
bolt/CMakeLists.txt
@@ -1,3 +1,4 @@
1
+# testing
2
cmake_minimum_required(VERSION 3.20.0)
3
4
set(LLVM_SUBPROJECT_TITLE "BOLT")
0 commit comments