-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix CI #518
Fix CI #518
Conversation
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.
what's the exact motivation for this PR ?
.github/workflows/build_docker.yml
Outdated
@@ -26,6 +30,9 @@ jobs: | |||
# to `ocaml` with the container parameters | |||
- run: sudo chmod a+wx . | |||
|
|||
- name: Reclaim cache directory | |||
run: sudo chown -R 1001:1001 . |
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.
what kind of problem does that fix ?
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.
The docker image build fails ; right now the error is Error: EACCES: permission denied, mkdir '/__w/_temp/9c8f979e-f394-49cf-ae44-be4cb680bb8a'
so I guessed there was some kind of ownership issue. Right now, I'm playing with CI configuration to start the Docker check on a specific set of PRs (the PR of branches named fix-ci
).
The CI is currently broken, this PR aims at fixing the different CI issues. |
69de101
to
40a6919
Compare
8e98952
to
e8348d6
Compare
This PR needs to be merged otherwise all new PRs and PRs that have recent commits will keep having failing CIs |
Well, looks like this actually broke CI once merged cc @Stevendeo , :p |
It actually failed in a new way. The error is not the same as the one it fixes. |
* Updating docker build for fixing CI * Test * Test * Test * Test * All jobs * Fix style * Fix indent * Trying to delay depext installation * Trying without specifying depect * Test fix
* Updating docker build for fixing CI * Test * Test * Test * Test * All jobs * Fix style * Fix indent * Trying to delay depext installation * Trying without specifying depect * Test fix
No description provided.