-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When building in docker it sooner or later panics with the message: thread 'main' panicked at 'called Result::unwrap()on anErr value: Error { repr: Os { code: 1, message: "Operation not permitted" } }',
It seems that the problem is that cargo attempts to walk a directory somewhere that it doesn't have access, and in the docker container it was trying to build everything in the root dir where it didn't have permission to access some files under that dir.So I just modified the docker container to build everything in a subdir and it worked. New Dockerfile here: https://gist.github.com/icefoxen/3f6e0d19a6d039bafac027818ce900e5
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels