Building multiarch image randomly fails in CI with "error: command '/usr/bin/gcc' failed with exit code -11" #2962
Unanswered
bugblasterX
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to debug the issue of my CI build failing randomly ( sometimes job succeeds, other times it does not ).
Error seems to happen during a script that runs poetry install of packages. For example the following CI failed on the "psutils" package build.
The CI looks like:
And the error is:
The Dockerfile:
I added the gcc dependencies with apk add in the base CI image and even in the Dockerfile. I'm not sure where to dig.
Beta Was this translation helpful? Give feedback.
All reactions