We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499997a commit fafb213Copy full SHA for fafb213
1 file changed
build/linux-musl-x64/install.build-tools.sh
@@ -6,8 +6,5 @@ apk update
6
apk add autoconf automake bash curl file g++ gcc git libtool make pkgconf python3 py3-pip unzip
7
apk del ninja
8
9
-pip3 install --upgrade pip
10
-pip3 install cmake==3.30.3
11
-
12
-echo '#!/bin/bash' > /usr/local/bin/gtkdocize
13
-chmod 755 /usr/local/bin/gtkdocize
+pip3 install --break-system-packages --upgrade pip
+pip3 install --break-system-packages cmake==3.30.3
0 commit comments