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 486fa41 commit 7170d55Copy full SHA for 7170d55
.install/alpine_linux_3.sh
@@ -4,6 +4,6 @@ set -e
4
5
$MODE apk update
6
7
-$MODE apk add --no-cache gcc-12 g++-12 make binutils musl-dev wget git valgrind linux-headers
+$MODE apk add --no-cache gcc g++ make binutils musl-dev wget git valgrind linux-headers
8
9
$MODE apk add --no-cache cmake
0 commit comments