-
-
Notifications
You must be signed in to change notification settings - Fork 150
Description
edge
Docker images built on main are failing to compile using docker buildx
in the GitHub CI workflow. The error logs point to an issue with CC, doing some primary research, this looks like a resource limitation of the GitHub actions runner. Most likely something to do with disk utilization, since rust is pretty disk heavy too and we are compiling multi-arch builds. We need to figure out a solution for this problem to ensure adoption improves through people using edge builds and testing out features as they are released, on-demand.
The action workflows are described in the following files:
- https://github.com/parseablehq/parseable/blob/main/.github/workflows/build-push-edge.yaml
- https://github.com/parseablehq/parseable/blob/main/.github/workflows/build-push-edge-debug.yaml
Error logs pointing to cc: https://github.com/parseablehq/parseable/actions/runs/13078065068/job/36494989599#step:7:2093
Discussion item raised in GitHub Action repo: docker/build-push-action#1312