We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cd712 commit 256e2a6Copy full SHA for 256e2a6
.github/workflows/macos.yml
@@ -81,14 +81,15 @@ jobs:
81
--disable-java
82
--disable-java-modules
83
"
84
+ # -DIVYKIS_SOURCE=internal is switched to system temporally as of https://github.com/buytenh/ivykis/pulls
85
CMAKE_CONFIGURE_FLAGS="
86
`[ $CC = clang ] && echo '-DENABLE_FORCE_GNU99=ON' || true`
87
-DSUMMARY_VERBOSE=ON
88
-DCMAKE_BUILD_TYPE=Debug
89
-DCMAKE_INSTALL_PREFIX=${SYSLOG_NG_INSTALL_DIR}
90
-DBUILD_TESTING=ON
91
-DPYTHON_VERSION=3
- -DIVYKIS_SOURCE=internal
92
+ -DIVYKIS_SOURCE=system
93
-DENABLE_JOURNALD=OFF
94
-DENABLE_JAVA=OFF
95
-DENABLE_JAVA_MODULES=OFF
0 commit comments