Skip to content

Crashes attempting to build under docker #1

@icefoxen

Description

@icefoxen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions