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
Duplicate of => coreos/afterburn#1156
Github action
RPM build completes successfully after pushing valid changes.
Currently when trying to land a PR into coreos-installer you see that your RPM build will fail.
RPM build warnings: mv *.src.rpm $outdir munmap_chunk(): invalid pointer /__w/_temp/f0dea351-4870-4fd7-bae0-07d688f3703d.sh: line 3: 362 Aborted (core dumped) mock --rebuild --enablerepo=updates-testing rpms/*.src.rpm
Note: I have been unable to reproduce this locally. this seems to be limited to the github action environment.
The text was updated successfully, but these errors were encountered:
rust/rpm-test: Run on Ubuntu 22.04 for now
9ed608a
Builds are failing on Ubuntu 24.04 due to a bug in mock/usermode [1]. Revert back to Ubuntu 22.04 for now, likely until we move to Packit for building test RPMs. [1] coreos/afterburn#1156 See: coreos/coreos-installer#1589 See: coreos/afterburn#1156
No branches or pull requests
Duplicate of => coreos/afterburn#1156
Bug
Environment
Github action
Expected Behavior
RPM build completes successfully after pushing valid changes.
Actual Behavior
Currently when trying to land a PR into coreos-installer you see that your RPM build will fail.
RPM build warnings: mv *.src.rpm $outdir munmap_chunk(): invalid pointer /__w/_temp/f0dea351-4870-4fd7-bae0-07d688f3703d.sh: line 3: 362 Aborted (core dumped) mock --rebuild --enablerepo=updates-testing rpms/*.src.rpm
Note: I have been unable to reproduce this locally. this seems to be limited to the github action environment.
Reproduction Steps
Other Information
The text was updated successfully, but these errors were encountered: