Fix something in Fast Test

This commit is contained in:
Alexey Milovidov 2024-07-16 03:58:55 +02:00
parent 085b0c1815
commit 68aedc2191

View File

@ -9,7 +9,11 @@ trap 'kill $(jobs -pr) ||:' EXIT
stage=${stage:-}
# Compiler version, normally set by Dockerfile
export LLVM_VERSION=${LLVM_VERSION:-17}
export LLVM_VERSION=${LLVM_VERSION:-18}
# For some reason it is needed for tests with 'expect' but I don't know, why
groupadd --system --gid 1000 clickhouse
useradd --system --gid 1000 --uid 1000 clickhouse
# A variable to pass additional flags to CMake.
# Here we explicitly default it to nothing so that bash doesn't complain about