-
Notifications
You must be signed in to change notification settings - Fork 2
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
Alpine ipxe build #25
Comments
It worked on a microvm with Alpine on the grid but in the builders I'm getting this error:
|
Can you give me information ? Alpine version, arch, etc ? |
steps to reproduce ( on an ubuntu 22.04 amd64 vm on the grid): docker run -it --rm alpine:3.17.2 /bin/sh
apk add --no-cache bash git make openssl gcc perl coreutils musl-dev xz-dev syslinux xorriso
wget -cnv https://github.com/threefoldtech/0-bootstrap/archive/refs/tags/v3.0.2.tar.gz -O /tmp/src.tar.gz
tar --strip-components=1 -xzf /tmp/src.tar.gz -C ./
bash setup/template.sh The alpine image inspect gives "Architecture": "amd64" |
on an alpine microvm on the grid ( Alpine 3.15.0) it does work:
|
It also works in an alpine 3.15.0 docker ( on the same ubuntu 22.04 amd64 vm on the grid as used for the alpine:3.17.2) |
Fixed using The problem is related to gcc 12 which is used in the latest alpine. The bug have been fixed in the latest master of upstream https://github.com/ipxe/ipxe. I merged that master into Now we need to see if that latest version works correctly :) |
Check if the compiled ipxe works and document the requirements
The text was updated successfully, but these errors were encountered: