We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dec0e commit caa293cCopy full SHA for caa293c
.github/workflows/ci_compile.yml
@@ -70,7 +70,9 @@ jobs:
70
export CC='gcc-11'
71
;;
72
'gcc14-gnu23-debug')
73
- export RSYSLOG_CONFIGURE_OPTIONS_EXTRA='--enable-debug=yes'
+ # 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'
76
export RSYSLOG_DEV_CONTAINER='rsyslog/rsyslog_dev_base_ubuntu:24.04'
77
export CFLAGS="-g -std=gnu23"
78
export CC='gcc-14'
0 commit comments