-
Notifications
You must be signed in to change notification settings - Fork 5
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
GCC <=12 is incompatible - CI is biased #17
Comments
Thanks for opening the issue. Agreed we should fix this ASAP. |
BTW, it works great 😉 |
Working on a fix, the |
For the moment, you can install gcc as I do in the example Dockerfile and use |
joehu21
pushed a commit
to joehu21/valkeyJSON
that referenced
this issue
Dec 13, 2024
joehu21
pushed a commit
to joehu21/valkeyJSON
that referenced
this issue
Dec 13, 2024
Signed-off-by: Joe Hu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I tried to compile a container image with the module from
valkey/valkey:8
(not yet on alpine).A lot of errors happen.
I fixed this by downgrading GCC and G++ to v11.
Here is the Dockerfile that works:
On Github Actions, Ubuntu version is not the latest, and not the one used by the main OCI Image. So the tests are OK on GitHub actions, but not with the official image.
The text was updated successfully, but these errors were encountered: