Skip to content

Commit

Permalink
Limit build paralellism
Browse files Browse the repository at this point in the history
For whatever reason, the build is failing after introducing more stages.
I suspect it's because there are more stages than whatever buildkit is
using for paralellism, and it's hitting some limit elsewhere.

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
  • Loading branch information
mem committed Aug 6, 2024
1 parent f853c1f commit 2d67cf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildkitd.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[worker.oci]
max-parallelism = 1
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
config: .github/workflows/buildkitd.toml

- name: Cache Docker layers
uses: actions/cache@v4
Expand Down

0 comments on commit 2d67cf1

Please # to comment.