-
Notifications
You must be signed in to change notification settings - Fork 98
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
fscrypt tests fail on non x86_64 arches (aarch64, ppc64le, s390x) #382
Comments
b928729 probably fixed this. Can you try the latest master branch? |
Well, now POWER works, but IBM Z and AArch64 don't: https://koji.fedoraproject.org/koji/taskinfo?taskID=105965161 |
So the tests do work on AArch64; I just tested it. You seem to be doing your builds in containers, and I think this failure is actually related to that. Is |
It's mock using (default) systemd-nspawn container. /sys should be there... |
@nirik is right; rpmbuild in mock is wrapped with systemd-nspawn, and it provides it's own /sys (Mock actually pre-creates one as well, but nspawn overmounts it). |
Actually, there's a reported Copr issue that relates to |
While packaging fscrypt for Fedora Linux, I encountered that the tests fail on non-x86_64 arches.
On those architectures, I get a variation of this error:
Full build logs:
The text was updated successfully, but these errors were encountered: