Skip to content

Commit a5cd7b1

Browse files
authored
Merge pull request syslog-ng#5042 from HofiOne/use-internal-ivykis-in-macos-CI-builds
CI: Use the internal (latest) ivykis libraries in the macOS CI builds
2 parents d1b59df + 8ed7868 commit a5cd7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
--prefix=${SYSLOG_NG_INSTALL_DIR}
5555
--enable-all-modules
5656
--enable-tests
57-
--with-ivykis=system
57+
--with-ivykis=internal
5858
--with-python=3
5959
--with-systemd-journal=no
6060
--disable-smtp
@@ -68,7 +68,7 @@ jobs:
6868
-DCMAKE_BUILD_TYPE=Debug
6969
-DSUMMARY_VERBOSE=ON
7070
-DBUILD_TESTING=ON
71-
-DIVYKIS_SOURCE=system
71+
-DIVYKIS_SOURCE=internal
7272
-DPYTHON_VERSION=3
7373
-DENABLE_JOURNALD=OFF
7474
-DENABLE_AFSMTP=OFF

0 commit comments

Comments
 (0)