Skip to content

Commit

Permalink
work-around issues with omamqp1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerhards committed Dec 6, 2024
1 parent f3dec0e commit caa293c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
export CC='gcc-11'
;;
'gcc14-gnu23-debug')
export RSYSLOG_CONFIGURE_OPTIONS_EXTRA='--enable-debug=yes'
# omamqp1 seems to have an issue with the build system - exclude it for now
# rgerhards, 2024-12-06
export RSYSLOG_CONFIGURE_OPTIONS_EXTRA='--enable-debug=yes --disable-omamqp1'
export RSYSLOG_DEV_CONTAINER='rsyslog/rsyslog_dev_base_ubuntu:24.04'
export CFLAGS="-g -std=gnu23"
export CC='gcc-14'
Expand Down

0 comments on commit caa293c

Please sign in to comment.