Skip to content

Commit f4be66a

Browse files
committed
not mold
1 parent 10777b6 commit f4be66a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# bump: alpine /ALPINE_VERSION=alpine:([\d.]+)/ docker:alpine|^3
22
# bump: alpine link "Release notes" https://alpinelinux.org/posts/Alpine-$LATEST-released.html
3-
ARG ALPINE_VERSION=alpine:3.23.0
3+
ARG ALPINE_VERSION=alpine:3.23.2
44
FROM $ALPINE_VERSION AS builder
55

66
# Alpine Package Keeper options
77
ARG APK_OPTS=""
88

99
RUN apk add --no-cache $APK_OPTS \
1010
coreutils \
11-
mold \
1211
pkgconfig \
1312
wget \
1413
rust cargo cargo-c \
@@ -1143,7 +1142,7 @@ RUN \
11431142
./configure \
11441143
--pkg-config-flags="--static" \
11451144
--extra-cflags="-fopenmp" \
1146-
--extra-ldflags="-fuse-ld=mold -fopenmp -Wl,--allow-multiple-definition -Wl,-z,stack-size=2097152" \
1145+
--extra-ldflags="-fopenmp -Wl,--allow-multiple-definition -Wl,-z,stack-size=2097152" \
11471146
--toolchain=hardened \
11481147
--disable-debug \
11491148
--disable-shared \

0 commit comments

Comments
 (0)