mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix
This commit is contained in:
parent
e87ac61ff3
commit
c9ffcb0ef1
@ -272,7 +272,7 @@ class CI:
|
||||
),
|
||||
BuildNames.FUZZERS: CommonJobConfigs.BUILD.with_properties(
|
||||
build_config=BuildConfig(
|
||||
name=BuildNames.FUZZERS_ASAN,
|
||||
name=BuildNames.FUZZERS,
|
||||
compiler="clang-18",
|
||||
sanitizer="address",
|
||||
package_type="fuzzers",
|
||||
|
@ -123,10 +123,6 @@ class BuildNames(metaclass=WithIter):
|
||||
BINARY_S390X = "binary_s390x"
|
||||
BINARY_LOONGARCH64 = "binary_loongarch64"
|
||||
FUZZERS = "fuzzers"
|
||||
FUZZERS_ASAN = "fuzzers_asan"
|
||||
FUZZERS_UBSAN = "fuzzers_ubsan"
|
||||
FUZZERS_TSAN = "fuzzers_tsan"
|
||||
FUZZERS_MSAN = "fuzzers_msan"
|
||||
|
||||
|
||||
class JobNames(metaclass=WithIter):
|
||||
|
Loading…
Reference in New Issue
Block a user