Skip to content

Commit 5631a96

Browse files
Merge pull request #740 from mmuetzel/ci
CI: "Fake" a cross-compilation for one of the Ubuntu runners.
2 parents 16f3203 + d291d37 commit 5631a96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ jobs:
7979
-DCMAKE_CUDA_COMPILER_LAUNCHER="ccache"
8080
openmp: with
8181
link: static
82+
# "Fake" a cross-compilation to exercise that build system path
8283
link-cmake-flags:
8384
-DBUILD_SHARED_LIBS=OFF
8485
-DBUILD_STATIC_LIBS=ON
86+
-DCMAKE_SYSTEM_NAME="Linux"
8587

8688
env:
8789
CC: ${{ matrix.cc }}

0 commit comments

Comments
 (0)