-
Notifications
You must be signed in to change notification settings - Fork 42
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
Find Umask issue soon #119
Comments
This is probably broken in docker, for buildah, I reported containers/buildah#1305 some time ago. |
But of course, |
Just to sum up what issues we hit when investigating rhel8 CI issues (which had umask 077):
@kubco2 I hope did not forget anything |
@pkubatrh I guess,
|
Afaik Edit: I noticed I had a mention of |
On Sun, Sep 22, 2019 at 10:56:09PM -0700, Petr Kubat wrote:
Afaik `mv` does not alter the inode of the file moved in any way so
`fix-permission` should not need to be re-run after the move.
Only true when the source and the target live on the same file system. /tmp is
usually a tmpfs on Fedora.
|
With umask set to 077, the image build and test might fail. While we might not fix this properly, it would be good to find out that the umask is the cause soon by having explicit check for umask during:
make build
test-lib.sh
to be called in everytest/run
The text was updated successfully, but these errors were encountered: