Skip to content

build: Fix parallelism of make -j build #5438

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

Merged
merged 2 commits into from
Dec 15, 2022

Conversation

mafredri
Copy link
Member

Makefile's aren't my expertise, but it seems like we start multiple instances of sha/zstd. It could potentially result in half-written/corrupted files.

See error in deploy: https://github.com/coder/coder/actions/runs/3705314216/jobs/6279069212

It's apparent we are running multiple instances of sha1 summing here.

@mafredri mafredri self-assigned this Dec 15, 2022
@mafredri mafredri merged commit 44c10bb into main Dec 15, 2022
@mafredri mafredri deleted the mafredri/build-fix-makefile-parallelism branch December 15, 2022 16:36
@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants