diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2020-08-03 11:53:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 11:53:03 +0100 |
commit | c71321a099373753c22055921c8f538afed5ebb6 (patch) | |
tree | f0a7e2a41bee657535fb00ff9bedfc9816a6bb60 /.github/workflows | |
parent | 11a62973d8a67fb4e8cd2b8aa42a378a5526d7a9 (diff) | |
parent | 6973c57037751128917d03582a296cb01a8c0be1 (diff) | |
download | libgit2-c71321a099373753c22055921c8f538afed5ebb6.tar.gz |
Merge pull request #5596 from libgit2/ethomson/sanitizer_ci
sanitizer ci: skip negotiate tests
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 794e7d491..29507c8f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -95,6 +95,7 @@ jobs: CMAKE_OPTIONS: -DCMAKE_PREFIX_PATH=/usr/local/msan -DUSE_HTTPS=mbedTLS -DUSE_SHA1=HTTPS -DREGEX_BACKEND=pcre -DDEPRECATE_HARD=ON -DUSE_BUNDLED_ZLIB=ON CMAKE_GENERATOR: Ninja SKIP_SSH_TESTS: true + SKIP_NEGOTIATE_TESTS: true ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-10 os: ubuntu-latest - # Focal, Clang 10, OpenSSL, UndefinedBehaviorSanitizer @@ -105,6 +106,7 @@ jobs: CMAKE_OPTIONS: -DCMAKE_PREFIX_PATH=/usr/local -DUSE_HTTPS=OpenSSL -DUSE_SHA1=HTTPS -DREGEX_BACKEND=pcre -DDEPRECATE_HARD=ON -DUSE_BUNDLED_ZLIB=ON CMAKE_GENERATOR: Ninja SKIP_SSH_TESTS: true + SKIP_NEGOTIATE_TESTS: true ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-10 os: ubuntu-latest - # macOS |