-
Notifications
You must be signed in to change notification settings - Fork 61
Unable to rebuild on certain architectures #1103
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
Comments
One possible solution could be to bind mount
You can't bind mount it as a new directory, then you get The only issue is that we do need to have |
But I guess we could definitely add it as a second (and even the preferred) rebuild method, i.e. check if |
Do we know why Anyway, the approach where we leverage |
It sounds like it is feasible, we build with an overlay and rebuild with a bind mount. Is there any bot where CVMFS is not available natively (Grace maybe)? It should also make tarballs smaller as I believe right now we are also tarring up the CVMFS cache. |
Just noting that the reason we're relying on I'm slowly getting annoyed enough to try and come up with a solution for this once and for all, and I'm still hoping there's a way without having to rely on an EESSI mount provided by the host (since that comes with downsides as well). |
Latest version of bubblewrap ( Step 0: |
For A64FX and Grace we have accounts on real systems which we use for building. However, those systems do not support
fakeroot
so we currently have no way to rebuild packages (affecting #1101 and #1102)The text was updated successfully, but these errors were encountered: