We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After creating a pull request into rhel-8.10 branch #1632 I got a CI failure in "DNF CI / Copr Build (pull_request_target)": COPR build failed https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/CI-libdnf-pr1632/build/6529797. COPR only lists a single build a that is for fedora-38-x86_64. The https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/CI-libdnf-pr1632/fedora-38-x86_64/06529799-libdnf/builder-live.log.gz build log shows a Fedora 38 GCC is stricter reports "error: 'std::int64_t' has not been declared" if header is not included.
That shows that a code for RHEL 8 is tested Fedora 38 environment. That's not helpfull. The tests cannot succeed and resources are wasted.
I propose reconfiguring CI test in rhel-8.10 branch to actually perfotm the tests on RHEL/CentOS 8.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After creating a pull request into rhel-8.10 branch #1632 I got a CI failure in "DNF CI / Copr Build (pull_request_target)": COPR build failed https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/CI-libdnf-pr1632/build/6529797. COPR only lists a single build a that is for fedora-38-x86_64. The https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/CI-libdnf-pr1632/fedora-38-x86_64/06529799-libdnf/builder-live.log.gz build log shows a Fedora 38 GCC is stricter reports "error: 'std::int64_t' has not been declared" if header is not included.
That shows that a code for RHEL 8 is tested Fedora 38 environment. That's not helpfull. The tests cannot succeed and resources are wasted.
I propose reconfiguring CI test in rhel-8.10 branch to actually perfotm the tests on RHEL/CentOS 8.
The text was updated successfully, but these errors were encountered: