We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4f8f6 commit 51aa8acCopy full SHA for 51aa8ac
.github/workflows/main.yml
@@ -63,6 +63,8 @@ jobs:
63
- name: Install ccache, ninja (Linux)
64
run: sudo apt install ccache ninja-build
65
if: matrix.os == 'ubuntu-latest'
66
+ - name: Print version info
67
+ run: ./version.py dump
68
- name: Build
69
run: NINJA_FLAGS=-v make package LLVM_CMAKE_FLAGS=-DLLVM_CCACHE_BUILD=ON
70
shell: bash
@@ -111,6 +113,8 @@ jobs:
111
113
with:
112
114
fetch-depth: 0
115
- run: git submodule update --init --depth 32 --jobs 3
116
117
118
119
shell: msys2 {0}
120
run: |
@@ -165,6 +169,8 @@ jobs:
165
169
type=ref,event=pr
166
170
type=sha
167
171
172
173
168
174
- name: Run docker_build script
175
run: ./docker_build.sh
176
- name: Upload artifacts
0 commit comments