mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-19 23:36:54 +00:00
Update sanitizer test targets:
- remove clang-sanitize-memory for now. It takes so long that the test times out. - add gcc sanitize-address and sanitize-undefined test targets.
This commit is contained in:
parent
48cc68b691
commit
669a56bcfe
2
.github/configs
vendored
2
.github/configs
vendored
@ -78,7 +78,7 @@ case "$config" in
|
||||
CONFIGFLAGS="--without-openssl --without-zlib --without-shadow"
|
||||
TEST_TARGET="t-exec"
|
||||
;;
|
||||
clang-sanitize-undefined)
|
||||
*-sanitize-undefined)
|
||||
CFLAGS="-fsanitize=undefined"
|
||||
LDFLAGS="-fsanitize=undefined"
|
||||
;;
|
||||
|
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
@ -33,8 +33,9 @@ jobs:
|
||||
- { os: ubuntu-20.04, configs: clang-11 }
|
||||
- { os: ubuntu-20.04, configs: clang-12-Werror }
|
||||
- { os: ubuntu-20.04, configs: clang-sanitize-address }
|
||||
- { os: ubuntu-20.04, configs: clang-sanitize-memory }
|
||||
- { os: ubuntu-20.04, configs: clang-sanitize-undefined }
|
||||
- { os: ubuntu-20.04, configs: gcc-sanitize-address }
|
||||
- { os: ubuntu-20.04, configs: gcc-sanitize-undefined }
|
||||
- { os: ubuntu-20.04, configs: gcc-7 }
|
||||
- { os: ubuntu-20.04, configs: gcc-8 }
|
||||
- { os: ubuntu-20.04, configs: gcc-10 }
|
||||
|
Loading…
Reference in New Issue
Block a user