URL: https://github.com/freeipa/freeipa/pull/2474 Author: t-woerner Title: #2474: Update annobin to fix continuous-integration/travis-ci/pr issues Action: opened
PR body: """ 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 <twoer...@redhat.com> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2474/head:pr2474 git checkout pr2474
From 7c8c9a2bf693e8b58e9dae240d81806f27c382f5 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoer...@redhat.com> Date: Tue, 23 Oct 2018 12:50:06 +0200 Subject: [PATCH] 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 <twoer...@redhat.com> --- .test_runner_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml index dfaa9a73b1..3ba83731a2 100644 --- a/.test_runner_config.yaml +++ b/.test_runner_config.yaml @@ -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
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org