fix: add the unspecified Linux target

This commit is contained in:
2026-04-15 13:08:37 -04:00
parent 509278c6eb
commit 066bff4c07

View File

@@ -37,6 +37,9 @@ ARG PROTOC_VERSION=31.1-r1
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
apk add --update protoc=${PROTOC_VERSION}
# TODO: caching for this
RUN rustup target add x86_64-unknown-linux-musl
ENV CXXFLAGS="-include cstdint"
RUN \
# This one would be nice if it worked: