Skip to content

Commit 920940b

Browse files
committed
[CI] Enable gnuinstall for two special builds.
To cover the gnuninstall case, switch mac beta and the linux arch-native builds to gnuinstall. This is done as an option override on special builds to not affect the binaries we produce.
1 parent d5224c9 commit 920940b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/root-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
- platform: mac-beta
112112
is_special: true
113113
arch: ARM64
114+
overrides: ["gnuinstall=ON"]
114115

115116
runs-on: # Using '[self-hosted, ..., ...]' does not work for some reason :)
116117
- self-hosted
@@ -400,8 +401,8 @@ jobs:
400401
overrides: ["runtime_cxxmodules=Off"]
401402
- image: alma9
402403
is_special: true
403-
property: march_native
404-
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_CXX_FLAGS=-march=native", "CMAKE_C_FLAGS=-march=native", "builtin_zlib=ON", "builtin_zstd=ON"]
404+
property: "march_native, gnuinstall"
405+
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_CXX_FLAGS=-march=native", "CMAKE_C_FLAGS=-march=native", "builtin_zlib=ON", "builtin_zstd=ON", "gnuinstall=ON"]
405406
- image: alma9
406407
is_special: true
407408
property: arm64

0 commit comments

Comments
 (0)