Closed raphtlw closed 3 years ago
It's because I use a different user inside the container instead of root. Your source directory probably does not allow others to write to it. I've been debating changing it back to just using root to build because of issues like this.
Hey @etrombly thanks for the quick reply. Is there anything I can do to fix it for now?
If it were a local machine you could change the permissions on the source directory. I'm not sure with github actions.
Oh yay I fixed it by doing chmod -R 777
on the source directory, it isn't very safe but it'll do for now. Thanks for the help!
Just pushed a change to have it build as root, the dockerhub build should take roughly an hour. You can check the status here https://hub.docker.com/repository/registry-1.docker.io/etrombly/rust-crosscompile/builds/021129f6-f2a0-472a-b9c4-976d25182183
Just building a regular gtk-rs app, doesn't seem to be working :/