Skip to content

Commit fb5cfbb

Browse files
committed
feat ci: fix sandbox CI tests
Tests: протестировано CI commit_hash:972aeaa626d1d52b635baeb194d578ed6555c58c
1 parent 4daef00 commit fb5cfbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/docker/base-ubuntu-22.04-ci.dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ RUN \
2222
rabbitmq-server \
2323
redis-server \
2424
clang-16 lld-16 llvm-16 clang-format-16 libclang-rt-16-dev\
25-
clang-14 lld-14 llvm clang-format \
25+
clang-14 lld-14 llvm clang-format-18 \
2626
g++-10 gcc-10 \
2727
g++-11 gcc-11 \
2828
g++-13 gcc-13 \
2929
&& \
3030
pip3 install pep8 && \
3131
apt clean all && \
3232
curl -fsSL https://raw.githubusercontent.com/pressly/goose/master/install.sh | sh && \
33-
curl -sSL https://install.ydb.tech/cli | bash -s -- -i/usr/local -n
33+
curl -sSL https://install.ydb.tech/cli | bash -s -- -i/usr/local -n && \
34+
update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-18 100
3435

3536
EXPOSE 8080-8100
3637
EXPOSE 15672

0 commit comments

Comments
 (0)