From d939f0b8e43988b4289ff9531550dfec997bd6ee Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 9 Dec 2023 10:47:09 +0100 Subject: [PATCH] add gcc only https://github.com/vmactions/solaris-vm/issues/37 --- conf/solaris-11.4.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/solaris-11.4.conf b/conf/solaris-11.4.conf index b4d394a..fe8d269 100644 --- a/conf/solaris-11.4.conf +++ b/conf/solaris-11.4.conf @@ -19,11 +19,11 @@ VM_RSYNC_PKG="rsync" VM_SSHFS_PKG="" VM_DISK="ide" -VM_PRE_INSTALL_PKGS="autoconf automake gcc5core gcc5g++ libtool rsync" +VM_PRE_INSTALL_PKGS="autoconf automake gcc5core libtool rsync" VM_LOGIN_TAG="solaris console login" VM_OPTS="conf/solaris-11.4.opts.txt" VM_VBOX="./vbox.sh" -VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.9.4/vbox.sh" +VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.9.5/vbox.sh"