Skip to content

Commit

Permalink
CI: disable ASAN config as too flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Mar 14, 2024
1 parent 2e7f81e commit 7928230
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,17 @@ jobs:
build_script: build.sh
test_script: test.sh

- name: Ubuntu 22.04, clang ASAN
id: asan
travis_branch: sanitize
container: ubuntu_22.04
build_script: build.sh
test_script: test.sh
# Disabled because too many occurences of "AddressSanitizer:DEADLYSIGNAL" on CI
# whereas it works locally. Issue seems to have appears on March 13th or 14th
# Initially was on 20.04, but the upgrade to 22.04 does not improve
# OK build: https://github.com/OSGeo/gdal/actions/runs/8254308146/job/22578169924
# KO build: https://github.com/OSGeo/gdal/actions/runs/8264809407/job/22609174350
#- name: Ubuntu 22.04, clang ASAN
# id: asan
# travis_branch: sanitize
# container: ubuntu_22.04
# build_script: build.sh
# test_script: test.sh

- name: Ubuntu 20.04, gcc
id: ubuntu_20.04
Expand Down

0 comments on commit 7928230

Please sign in to comment.