Skip to content

Commit 7170d55

Browse files
committed
restore gcc and g++ to alpine installation script
1 parent 486fa41 commit 7170d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.install/alpine_linux_3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44

55
$MODE apk update
66

7-
$MODE apk add --no-cache gcc-12 g++-12 make binutils musl-dev wget git valgrind linux-headers
7+
$MODE apk add --no-cache gcc g++ make binutils musl-dev wget git valgrind linux-headers
88

99
$MODE apk add --no-cache cmake

0 commit comments

Comments
 (0)