Skip to content

Commit 1b3e309

Browse files
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
1 parent 09588e9 commit 1b3e309

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ jobs:
6565
export CXX=/opt/llvm/bin/clang++
6666
6767
./.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
6875

6976
premerge-checks-windows:
7077
name: Windows Premerge Checks (Test Only - Please Ignore Results)

bolt/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# testing
12
cmake_minimum_required(VERSION 3.20.0)
23

34
set(LLVM_SUBPROJECT_TITLE "BOLT")

0 commit comments

Comments
 (0)