From c3bd78604a2d86bfd6616825ce72d5e45bfaeaae Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Thu, 3 Aug 2023 21:26:36 +0200 Subject: [PATCH] sonar-scanner 5.0.0.2966 permission fix --- .github/workflows/solaris.yml | 5 +---- .github/workflows/sonarcloud.yml | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/solaris.yml b/.github/workflows/solaris.yml index 9c3c5cc1..3a36253e 100644 --- a/.github/workflows/solaris.yml +++ b/.github/workflows/solaris.yml @@ -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: | diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 2e5e709d..4764e3b6 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -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