Update run.sh

This commit is contained in:
Alexey Milovidov 2024-07-16 06:12:42 +02:00 committed by GitHub
parent 68aedc2191
commit e292358ade
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,9 +11,9 @@ stage=${stage:-}
# Compiler version, normally set by Dockerfile
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
# For some reason, it is needed for tests with 'expect', but I don't know, why.
sudo groupadd --system --gid 1000 clickhouse
sudo 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