[LAB-679] trying to fix compute in docker issue with CI#703
Conversation
LAB-679 Fix compute in docker issue in CI
If we mount the /root/ directly inside compute we can potentially get around this issue in CI. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
|
Currently private part fails cuz of code changes. |
|
|
||
| ipfs: | ||
| image: "ipfs/kubo" | ||
| image: "ipfs/kubo:v0.18.0" |
| name: docker-compose-plugin-${{matrix.os}} | ||
| path: ./docker-compose | ||
| # # Only downloading cli for macos | ||
| # ci-setup-compose: |
There was a problem hiding this comment.
How is the CI using docker compose now that this commented out?
Also, why did you comment out this code instead of just removing it?
There was a problem hiding this comment.
How is the CI using docker compose now that this commented out?
ubuntu nodes already have docker compose I was mistaken installing it when it wasn't needed. So removed it as it was redundant.
Also, why did you comment out this code instead of just removing it?
I'm thinking in the future there maybe testing on macos-13, if I can get it to work. So I left it in commented out for macos-13 future testing as its not needed for linux host.
thetechnocrat-dev
left a comment
There was a problem hiding this comment.
Feel free to merge so you are not blocked, but had some questions above.


No description provided.