Skip to content

Commit 5f3159f

Browse files
Fix broken linux dist caused by curl regression
1 parent e5f21df commit 5f3159f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linux/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ARG release
1111
ENV CFLAGS="-fPIC -pipe ${release:+-O2}"
1212
ENV CC="clang-8"
1313

14+
# Termporary pinning libcurl oldrelease because current (7.74.0) is broken
15+
RUN apt-get install -y --allow-downgrades libcurl3-gnutls=7.64.0-4+deb10u2
16+
1417
# Build libgc
1518
ARG gc_version
1619
ARG libatomic_ops_version

0 commit comments

Comments
 (0)