Skip to content

Commit ae31a42

Browse files
committed
CI fixes
1 parent dd6b801 commit ae31a42

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/workflows/internal.ci.linux.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
artifact-out: build-rocky8
2424
artifact-path: ./build/install ./build/openvkl/build
2525
cmd: |
26+
module load cmake/3.25.3
2627
.github/scripts/build.sh
2728
2829
test-rocky8:
@@ -49,7 +50,7 @@ jobs:
4950
artifact-out: build-rocky8-icx
5051
artifact-path: ./build/install ./build/openvkl/build
5152
cmd: |
52-
module load cmake
53+
module load cmake/3.25.3
5354
export CC=icx
5455
export CXX=icpx
5556
export CXXFLAGS="-fPIC -fp-model=precise"
@@ -80,7 +81,7 @@ jobs:
8081
artifact-out: build-rocky8-icx-tbb2020
8182
artifact-path: ./build/install ./build/openvkl/build
8283
cmd: |
83-
module load cmake
84+
module load cmake/3.25.3
8485
export CC=icx
8586
export CXX=icpx
8687
export CXXFLAGS="-fPIC -fp-model=precise"
@@ -111,7 +112,7 @@ jobs:
111112
artifact-out: build-rocky8-icx-tbb2020-avx512_8
112113
artifact-path: ./build/install ./build/openvkl/build
113114
cmd: |
114-
module load cmake
115+
module load cmake/3.25.3
115116
export CC=icx
116117
export CXX=icpx
117118
export CXXFLAGS="-fPIC -fp-model=precise"
@@ -141,6 +142,7 @@ jobs:
141142
artifact-out: build-rocky9
142143
artifact-path: ./build/install ./build/openvkl/build
143144
cmd: |
145+
module load cmake/3.25.3
144146
.github/scripts/build.sh
145147
146148
test-rocky9:
@@ -156,7 +158,6 @@ jobs:
156158
./build/openvkl/build/vklExamplesCPU -batch -printStats -spp 50 -framebufferSize 1024 1024
157159
./build/openvkl/build/vklTestsCPU --durations yes
158160
159-
# uses a newer CMake which allows OpenVDB to build
160161
build-rocky9-module-cmake:
161162
secrets: inherit
162163
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
@@ -167,7 +168,7 @@ jobs:
167168
artifact-out: build-rocky9-module-cmake
168169
artifact-path: ./build/install ./build/openvkl/build
169170
cmd: |
170-
module load cmake
171+
module load cmake/3.25.3
171172
.github/scripts/build.sh -D TBB_VERSION=2020.3 -D TBB_HASH=""
172173
173174
test-rocky9-module-cmake:
@@ -193,6 +194,7 @@ jobs:
193194
artifact-out: build-ubuntu20_04
194195
artifact-path: ./build/install ./build/openvkl/build
195196
cmd: |
197+
module load cmake/3.25.3
196198
.github/scripts/build.sh -G Ninja -D BUILD_GLFW=OFF
197199
198200
build-ubuntu22_04:
@@ -205,6 +207,7 @@ jobs:
205207
artifact-out: build-ubuntu22_04
206208
artifact-path: ./build/install ./build/openvkl/build
207209
cmd: |
210+
module load cmake/3.25.3
208211
.github/scripts/build.sh -G Ninja -D BUILD_GLFW=OFF
209212
210213
build-ubuntu24_04:
@@ -217,6 +220,7 @@ jobs:
217220
artifact-out: build-ubuntu24_04
218221
artifact-path: ./build/install ./build/openvkl/build
219222
cmd: |
223+
module load cmake/3.25.3
220224
.github/scripts/build.sh -G Ninja -D BUILD_GLFW=OFF
221225
222226
test-ubuntu20_04:
@@ -271,6 +275,7 @@ jobs:
271275
artifact-out: build-arch
272276
artifact-path: ./build/install ./build/openvkl/build
273277
cmd: |
278+
module load cmake/3.25.3
274279
.github/scripts/build.sh
275280
276281
test-arch:
@@ -296,6 +301,7 @@ jobs:
296301
artifact-out: build-arch-clang
297302
artifact-path: ./build/install ./build/openvkl/build
298303
cmd: |
304+
module load cmake/3.25.3
299305
export CC=clang
300306
export CXX=clang++
301307
.github/scripts/build.sh
@@ -353,6 +359,7 @@ jobs:
353359
artifact-out: build-arch-debug
354360
artifact-path: ./build/install ./build/openvkl/build
355361
cmd: |
362+
module load cmake/3.25.3
356363
.github/scripts/build.sh -D CMAKE_BUILD_TYPE=Debug
357364
358365
test-arch-debug:
@@ -378,6 +385,7 @@ jobs:
378385
artifact-out: build-arch-devel-rkdeps
379386
artifact-path: ./build/install ./build/openvkl/build
380387
cmd: |
388+
module load cmake/3.25.3
381389
.github/scripts/build.sh -D RKCOMMON_VERSION=devel -D RKCOMMON_HASH="" -D EMBREE_VERSION=devel -D EMBREE_HASH=""
382390
383391
test-arch-devel-rkdeps:
@@ -403,6 +411,7 @@ jobs:
403411
artifact-out: build-linux-arch
404412
artifact-path: ./build/install ./build/openvkl/build
405413
cmd: |
414+
module load cmake/3.25.3
406415
.github/scripts/build.sh -G Ninja
407416
408417
test-linux-arch:

0 commit comments

Comments
 (0)