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 2, 2023
1 parent 3d886dc commit 2e52d1e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
with:
prepare: |
pkg publisher solaris
pkg update --accept
pkg update -vvv --accept entire@latest
pkg publisher solaris
pkg list -af gcc
pkg list -af gcc-11
beadm list
pkg info entire
pkg list -af entire
pkg list -af gcc-7
echo "========= before ggc install ========="
pkg install -v --accept developer/gcc/gcc-c-11 developer/gcc/gcc-common-11 developer/gcc/gcc-gobjc-11 system/library/gcc/gcc-c++-runtime-11 system/library/gcc/gcc-c-runtime-11 system/library/gcc/gcc-gobjc-runtime-11
pkg install -vvv --accept developer/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
Expand Down

0 comments on commit 2e52d1e

Please sign in to comment.