Skip to content

Commit 8ed7868

Browse files
committed
CI: Use the internal (latest) ivykis libraries in the macOS CI builds
Signed-off-by: Hofi <[email protected]>
1 parent d1b59df commit 8ed7868

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)