Koen van de Sande
Koen van de Sande
The issue is resolved if I update the toolchain to Go 1.22 by hand
It seems there already exists PR #2621 to update the toolchain...
A second issue: `RUN make ${TARGETARCH}-build` should actually be: `RUN make ${TARGETARCH}-build ${TARGETARCH}-build-healthcheck`
I'm not quite sure where these options need to go. I have a similar need, but maybe needs to go elsewhere on the command-line: I need to add `nomodeset` to...
I'm encountering the same error. From the error messages, it is not clear to me whether writing to the remote endpoint is failing (i.e. does `Permanent error: context deadline exceeded`...
> triage: > > * Context deadline exceeded means the client timed out when trying to send to the backend. > * The error is generic, so it is likely...
This also silences warnings about CPack having already been included: ``` CMake Warning at /usr/local/lib/python3.12/dist-packages/cmake/data/share/cmake-3.31/Modules/CPack.cmake:510 (message): CPack.cmake has already been included!! ```
The cleaner way to do it might be to guard `include(CPack)` and all calls to `install()` behind an option called e.g. `REDIS_PLUS_PLUS_INSTALL`. That is how other projects typically do it....