RUN make
#115
Replies: 1 comment
-
Sounds like whatever code you're trying to compile is probably failing to compile with GCC 15 - do you have a minimal reproducer? There are probably more error messages in your output that will help you diagnose what's failing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In version 15 'RUN make' produce the following error:
ERROR: failed to solve: process "/bin/sh -c make" did not complete successfully: exit code: 2
Version 14.2 works fine,
What do I miss here?
Beta Was this translation helpful? Give feedback.
All reactions