eh...
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2023-11-26 22:14:37 +01:00
parent bee2d265d7
commit d04a2788bd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM rust:1-alpine as builder
RUN rustup default stable
RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static pkgconf git mold clang
RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static pkgconf git
# Set `SYSROOT` to a dummy path (default is /usr) because pkg-config-rs *always*
# links those located in that path dynamically but we want static linking, c.f.