Skip to content

Commit caa293c

Browse files
committed
work-around issues with omamqp1
1 parent f3dec0e commit caa293c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_compile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ jobs:
7070
export CC='gcc-11'
7171
;;
7272
'gcc14-gnu23-debug')
73-
export RSYSLOG_CONFIGURE_OPTIONS_EXTRA='--enable-debug=yes'
73+
# omamqp1 seems to have an issue with the build system - exclude it for now
74+
# rgerhards, 2024-12-06
75+
export RSYSLOG_CONFIGURE_OPTIONS_EXTRA='--enable-debug=yes --disable-omamqp1'
7476
export RSYSLOG_DEV_CONTAINER='rsyslog/rsyslog_dev_base_ubuntu:24.04'
7577
export CFLAGS="-g -std=gnu23"
7678
export CC='gcc-14'

0 commit comments

Comments
 (0)