mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update annobin to fix continuous-integration/travis-ci/pr issues
gcc is updated with the dnf builddep line, but annobin is not. Therefore configure fails with "C compiler cannot create executables". This is related to https://bugzilla.redhat.com/show_bug.cgi?id=1574478 See: https://pagure.io/freeipa/issue/7740 Signed-off-by: Thomas Woerner <twoerner@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
0e22314c9b
commit
5c0885d266
@ -30,6 +30,7 @@ steps:
|
||||
- "dnf makecache || :"
|
||||
- dnf builddep -y ${builddep_opts} -D "with_wheels 1" --spec freeipa.spec.in --best --allowerasing --setopt=install_weak_deps=False
|
||||
- dnf install -y gdb
|
||||
- dnf update -y annobin
|
||||
cleanup:
|
||||
- chown -R ${uid}:${gid} ${container_working_dir}
|
||||
- journalctl -b --no-pager > systemd_journal.log
|
||||
|
Loading…
Reference in New Issue
Block a user