Skip to content

Commit 2499201

Browse files
author
Andreas Mandel
committed
Test if CPP-4482 is fixed and we do not need the fake gcc
1 parent 234afa8 commit 2499201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ jobs:
240240
# replace gcc with our script that reports the fake arch "le32-unknown-nacl"
241241
## might be fixed with https://sonarsource.atlassian.net/browse/CPP-4482
242242
## not as of 2023-06-09
243-
sed -i "s|/github/home/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-g..|`pwd`/.github/fake-cc|g" \
244-
sonarqube-out/build-wrapper-dump.json
243+
#sed -i "s|/github/home/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-g..|`pwd`/.github/fake-cc|g" \
244+
# sonarqube-out/build-wrapper-dump.json
245245
./sonarqube/sonar-scanner-${{ env.SONAR_SCANNER_VERSION }}-linux-x64/bin/sonar-scanner \
246246
-Dsonar.host.url=https://sonarcloud.io \
247247
-Dsonar.organization=openbikesensor \

0 commit comments

Comments
 (0)