Skip to content

Commit f67d96b

Browse files
committed
build llvm in ci
1 parent 01831ee commit f67d96b

4 files changed

+4
-0
lines changed

.github/workflows/compile-regression-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
compiler: ${{matrix.compiler}}
4242
platform: ${{matrix.platform}}
4343
config: ${{matrix.config}}
44+
build-llvm: true
4445
- name: Build Slang
4546
run: |
4647
cmake --preset default --fresh \

.github/workflows/falcor-compiler-perf-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
compiler: ${{matrix.compiler}}
4545
platform: ${{matrix.platform}}
4646
config: ${{matrix.config}}
47+
build-llvm: true
4748

4849
- name: Build Slang
4950
run: |

.github/workflows/falcor-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
compiler: ${{matrix.compiler}}
4242
platform: ${{matrix.platform}}
4343
config: ${{matrix.config}}
44+
build-llvm: true
4445
- name: setup-falcor
4546
shell: pwsh
4647
run: |

.github/workflows/vk-gl-cts-nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
compiler: ${{matrix.compiler}}
3939
platform: ${{matrix.platform}}
4040
config: ${{matrix.config}}
41+
build-llvm: true
4142
- name: Build Slang
4243
run: |
4344
cmake --preset default --fresh \

0 commit comments

Comments
 (0)