fix: add the unspecified Linux target
This commit is contained in:
@@ -37,6 +37,9 @@ ARG PROTOC_VERSION=31.1-r1
|
|||||||
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
RUN --mount=type=cache,sharing=locked,target=/var/cache/apk \
|
||||||
apk add --update protoc=${PROTOC_VERSION}
|
apk add --update protoc=${PROTOC_VERSION}
|
||||||
|
|
||||||
|
# TODO: caching for this
|
||||||
|
RUN rustup target add x86_64-unknown-linux-musl
|
||||||
|
|
||||||
ENV CXXFLAGS="-include cstdint"
|
ENV CXXFLAGS="-include cstdint"
|
||||||
RUN \
|
RUN \
|
||||||
# This one would be nice if it worked:
|
# This one would be nice if it worked:
|
||||||
|
|||||||
Reference in New Issue
Block a user