Skip to content

Commit bbca09c

Browse files
committed
ci: use test-base image for unit tests to fix sanitizers symbolization
fasttest does not have llvm package, while test-base does
1 parent 8251fa3 commit bbca09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/defs/job_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
name=JobNames.UNITTEST,
110110
runs_on=[], # from parametrize()
111111
command=f"python3 ./ci/jobs/unit_tests_job.py",
112-
run_in_docker="clickhouse/fasttest+--privileged",
112+
run_in_docker="clickhouse/test-base+--privileged",
113113
digest_config=Job.CacheDigestConfig(
114114
include_paths=["./ci/jobs/unit_tests_job.py"],
115115
),

0 commit comments

Comments
 (0)