We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d735fc9 commit 517a8ffCopy full SHA for 517a8ff
Dockerfile.s390x
@@ -36,7 +36,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
36
RUN cd /tmp && \
37
curl -L -O https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-s390_64.zip && \
38
unzip protoc-*.zip -d /usr/local && rm protoc-*.zip
39
-ENV LIBCLANG_PATH=/usr/lib/llvm-14/lib/
+ENV LIBCLANG_PATH=/usr/lib64/
40
41
WORKDIR /app
42
@@ -52,6 +52,7 @@ COPY tests/ /app/tests/
52
53
54
55
+ENV CFLAGS="-Wno-string-compare"
56
# TODO: Make releases via cargo-release
57
RUN cargo build --release
58
# Copy test resources required for executing unit tests
0 commit comments