-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Contributing Is Missing Requirements #2771
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
Comments
@vapurrmaid remember when I had all those issues with getting Go to be included and work in my Coder env? This was the main root of the issue. I vote to replace |
|
I'm also down for something else; feels odd you'd need go just to download a dep. Alternatively we make all dev commands run in our dev container so then the only dependency is Docker. |
Also it looks like this happened because we merged a commit from a fork which didn't have CI running on it so we didn't catch the fmt error. So we should look into that as well. |
Closed in #2775 |
Story
CI was failing on a PR so I ran
yarn fmt
locally as was suggested in the run output:But I received:
which implies there's a non standard package missing from the development requirements,
shfmt
.I tried to inspect the image referenced in the contributing documents https://github.com/cdr/code-server/blob/v3.9.0/docs/CONTRIBUTING.md#requirements
But it's a dead link:
https://github.com/cdr/code-server/blob/v3.9.0/ci/images/debian8/Dockerfile
The text was updated successfully, but these errors were encountered: