Skip to content

Commit

Permalink
sonar-scanner 5.0.0.2966 permission fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gansm committed Aug 3, 2023
1 parent 25fb768 commit c3bd786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
pkg info entire
pkg list -af entire
pkg list -af gcc-7
echo "========= before ggc install ========="
pkg install -vvv --accept developer/gcc-7@7.3.0-11.4.0.0.1.14.0
g++ -dumpfullversion -dumpversion
echo "========= after ggc install ========="
pkg install -v --accept developer/gcc-7@7.3.0-11.4.0.0.1.14.0
pkgutil -y -i automake autoconf autoconf_archive libtool pkgconfig libcppunit1_12_1 libcppunit_dev gsed ggrep
mem: 4096
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
unzip -q "sonar-scanner-cli-${LATEST_VERSION}-linux.zip" -d "/tmp" || echo
echo "sonar.host.url=https://sonarcloud.io" >> /tmp/sonar-scanner-*/conf/sonar-scanner.properties
mkdir /tmp/sonar-cache
chmod +x /tmp/sonar-scanner-${LATEST_VERSION}-linux/jre/lib/jexec
chmod +x /tmp/sonar-scanner-${LATEST_VERSION}-linux/jre/lib/jspawnhelper
autoreconf -v --install --force
./configure --prefix=/usr
/tmp/build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir bw-output make all
Expand Down

0 comments on commit c3bd786

Please sign in to comment.