-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[ci] Add sccache to ci building process on Linux and Mac jobs #3559
Conversation
✔️ Deploy Preview for jovial-fermat-aa59dc canceled. 🔨 Explore the source changes: e36bdfa 🔍 Inspect the deploy log: https://app.netlify.com/sites/jovial-fermat-aa59dc/deploys/61a731d5c4f97200090e7a82 |
aa64b77
to
d9cb677
Compare
It doesn't work. Even if I do not add rw, I can read, write, copy and delete the files. It seems that sccache performs some operations that only the file owner can do like maybe changing the mode of the files or something. |
Ok, let's use the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This will help a looot!
Btw I've been wondering why we have both unix_build.sh and unix_docker_build.sh and it make code a lot messier.... Gonna open an issue and see if anyone has context on that.
Related issue = #3528