Skip to content

Commit ef81d2b

Browse files
guitargeekdpiparo
authored andcommitted
[ci] Disable builtin zeromq and cppzmq on Fedora
We should test also using external ZMQ, and on Fedora it comes with the standard packages and the draft API enabled, which is what RooFit multiprocessing needs.
1 parent 464bcd5 commit ef81d2b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/root-ci-config/buildconfig/fedora43.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
CMAKE_CXX_STANDARD=23
2+
builtin_cppzmq=OFF
3+
builtin_zeromq=OFF
24
builtin_zlib=ON
35
builtin_zstd=ON
46
experimental_adaptivecpp=ON

.github/workflows/root-ci-config/buildconfig/fedora44.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
CMAKE_CXX_STANDARD=23
2+
builtin_cppzmq=OFF
3+
builtin_zeromq=OFF
24
builtin_zlib=ON
35
builtin_zstd=ON
46
experimental_adaptivecpp=ON

.github/workflows/root-ci-config/buildconfig/rawhide.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
builtin_cppzmq=OFF
2+
builtin_zeromq=OFF
13
builtin_zlib=ON
24
builtin_zstd=ON
35
pythia8=ON

0 commit comments

Comments
 (0)