Skip to content

Commit

Permalink
g++ version 11 for Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
gansm committed Aug 1, 2023
1 parent 1273771 commit 6b06fbe
Showing 1 changed file with 2 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 @@ -22,10 +22,8 @@ jobs:
prepare: |
pkg publisher solaris
echo "========= before ggc install ========="
pkg install -v gcc-11
test -f /usr/bin/gcc || test -f /usr/gcc/11/bin/gcc && ln -s ../gcc/11/bin/gcc /usr/bin/gcc
test -f /usr/bin/g++ || test -f /usr/gcc/11/bin/g++ && ln -s ../gcc/11/bin/g++ /usr/bin/g++
/usr/bin/g++ -dumpfullversion -dumpversion
pkg install -v --accept gcc-11
g++ -dumpfullversion -dumpversion
echo "========= after ggc install ========="
pkgutil -y -i automake autoconf autoconf_archive libtool pkgconfig libcppunit1_12_1 libcppunit_dev gsed ggrep
mem: 4096
Expand Down

0 comments on commit 6b06fbe

Please sign in to comment.