-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
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
templates: add centos-stream-10 #3047
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've confirmed that the template works on aarch64, but shouldn't the image for x86_64 be commented out if it is known to be broken?
It still may work on somebody's machine? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
May, but sounds unlikely. It is easy enough to uncomment the image setting to try. In the end we do want to know when it is working, and having to uncomment the image would give them a hint to let us know. But if you want to merge as-is, then go ahead. |
It did work in QEMU, on Linux |
Maybe it would help to disable the AVX512 support in the cpuType (i.e. not use "host") and go for AVX2 only? EL10 is known to not run on a lot of older Intel, which is why AlmaLinux re-enabled the support for "v2" https://almalinux.org/blog/2024-10-22-introducing-almalinux-os-kitten/
|
def895e
to
9ef71fd
Compare
9ef71fd
to
932bc9d
Compare
3ff6650
to
9ab2c69
Compare
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
9ab2c69
to
497b8e2
Compare
The same emulation issue also exists for centos-stream-9 (but didn't for centos-stream-8)
cpuType:
# Does not seem to boot with "qemu64"
x86_64: "Haswell-v4"
Edit: My bad, "Haswell-v4" does not mean x86_64-v4. |
Let's fix this separately in: |
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [lima-vm/lima](https://github.com/lima-vm/lima) | patch | `v1.0.2` -> `v1.0.3` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>lima-vm/lima (lima-vm/lima)</summary> ### [`v1.0.3`](https://github.com/lima-vm/lima/releases/tag/v1.0.3) [Compare Source](lima-vm/lima@v1.0.2...v1.0.3) #### Changes - QEMU: - Support Apple M4 ([#​3032](lima-vm/lima#3032)) - gRPC port forwarder: - Improvements on stability ([#​2971](lima-vm/lima#2971), [#​2985](lima-vm/lima#2985), etc. thanks to [@​nirs](https://github.com/nirs) [@​balajiv113](https://github.com/balajiv113)) - Templates: - `archlinux`: allow 9p again ([#​3048](lima-vm/lima#3048)) - `centos-stream-10`: New template ([#​3023](lima-vm/lima#3023), [#​3047](lima-vm/lima#3047), thanks to [@​afbjorklund](https://github.com/afbjorklund)) - `opensuse`: disable virtiofs due to the lack of the kernel module in the default installation ([#​3056](lima-vm/lima#3056)) - Updated to the latest revisions ([#​3043](lima-vm/lima#3043)) Full changes: https://github.com/lima-vm/lima/milestone/52?closed=1 Thanks to [@​PascalBourdier](https://github.com/PascalBourdier) [@​afbjorklund](https://github.com/afbjorklund) [@​alexandear](https://github.com/alexandear) [@​balajiv113](https://github.com/balajiv113) [@​cpick](https://github.com/cpick) [@​jandubois](https://github.com/jandubois) [@​nirs](https://github.com/nirs) [@​olamilekan000](https://github.com/olamilekan000) #### Usage ```console [macOS]$ limactl create [macOS]$ limactl start ... INFO[0029] READY. Run `lima` to open the shell. [macOS]$ lima uname Linux ``` *** The binaries were built automatically on GitHub Actions. The build log is available for 90 days: https://github.com/lima-vm/lima/actions/runs/12517401436 The sha256sum of the SHA256SUMS file itself is `69423d9f9044fc9264925d24cd38c1d0efb4367cfb46c568313f53d6f0ed7ee2` . *** Release manager: [@​AkihiroSuda](https://github.com/AkihiroSuda) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44My4zIiwidXBkYXRlZEluVmVyIjoiMzkuODMuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
No description provided.