mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 09:22:05 -04:00
Merge branch '1806-system-and-unit-clang-asan-have-incorrect-needs' into 'master'
Resolve "system and unit clang:asan have incorrect needs" Closes #1806 See merge request isc-projects/bind9!3457
This commit is contained in:
commit
e4ceadd59c
1 changed files with 2 additions and 2 deletions
|
|
@ -941,7 +941,7 @@ system:clang:asan:
|
|||
<<: *base_image
|
||||
<<: *system_test_job
|
||||
needs:
|
||||
- job: gcc:asan
|
||||
- job: clang:asan
|
||||
artifacts: true
|
||||
|
||||
unit:clang:asan:
|
||||
|
|
@ -950,7 +950,7 @@ unit:clang:asan:
|
|||
<<: *base_image
|
||||
<<: *unit_test_job
|
||||
needs:
|
||||
- job: gcc:asan
|
||||
- job: clang:asan
|
||||
artifacts: true
|
||||
|
||||
# Jobs for builds with TSAN enabled
|
||||
|
|
|
|||
Loading…
Reference in a new issue