coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
333 stars 165 forks source link

osbuild: set sysroot.bootprefix=true for aarch64 too #3774

Closed dustymabe closed 3 months ago

dustymabe commented 3 months ago

We were blocked by https://github.com/coreos/fedora-coreos-tracker/issues/1647 but the 6.9 kernel series doesn't appear to have the same problem. The 6.8 kernel does have the problem but our kernel filenames in stable releases of Fedora (i.e. not rawhide) won't be long enough to trigger the bug so we should be able to safely remove this since rawhide has moved on to 6.9 rc kernels.

This should be the final piece to close out https://github.com/coreos/fedora-coreos-tracker/issues/1667

openshift-ci[bot] commented 3 months ago

@dustymabe: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/rhcos 23e4d1ad445add3e17064c782c1e23d72b94ea08 link true /test rhcos

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
travier commented 3 months ago

RHCOS CI fix in https://github.com/openshift/os/pull/1478

dustymabe commented 3 months ago

some complications on the fix in https://github.com/openshift/os/pull/1478

I'm just going to merge this since it's unrelated.