Skip to content

Commit 89928ce

Browse files
committed
[CI] Add static linking to workflow
1 parent 6a967ec commit 89928ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr_push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
# Tests' building is off for a pure C build
2929
build_tests: 'OFF'
3030
simple_cmake: 'OFF'
31+
# Enable static linking of HWLOC
32+
- os: windows-latest
33+
disjoint: 'OFF'
34+
# Tests' building is off for a pure C build
35+
build_tests: 'OFF'
36+
simple_cmake: 'OFF'
37+
extra_build_options: '-DUMF_BUILD_SHARED_LIBRARY=ON -DUMF_LINK_HWLOC_STATICALLY=ON'
3138
- os: ubuntu-latest
3239
disjoint: 'ON'
3340
build_tests: 'ON'

0 commit comments

Comments
 (0)