Skip to content

Commit

Permalink
g++ version 7 for Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
gansm committed Aug 2, 2023
1 parent 2e52d1e commit 25fb768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ jobs:
uses: vmactions/solaris-vm@v0
with:
prepare: |
pkg publisher solaris
pkg update -vvv --accept entire@latest
pkg publisher solaris
beadm list
pkg info entire
pkg list -af entire
pkg list -af gcc-7
echo "========= before ggc install ========="
pkg install -vvv --accept developer/gcc-11
pkg install -vvv --accept developer/gcc-7@7.3.0-11.4.0.0.1.14.0
g++ -dumpfullversion -dumpversion
echo "========= after ggc install ========="
pkgutil -y -i automake autoconf autoconf_archive libtool pkgconfig libcppunit1_12_1 libcppunit_dev gsed ggrep
Expand All @@ -42,5 +40,5 @@ jobs:
export PATH
autoreconf -v --install --force
./configure --prefix=/usr
CXX="/usr/gcc/11/bin/g++" gmake V=1 -j$(nproc)
gmake V=1 -j$(nproc)
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
gcc \
g++ \
gpm \
git \
wget \
unzip \
libgpm-dev \
Expand Down

0 comments on commit 25fb768

Please sign in to comment.