aboutsummaryrefslogtreecommitdiffstats
path: root/.github/actions/prepare_vm
diff options
context:
space:
mode:
authorNikita Kozlovskiy <nikitka@gmail.com>2023-08-08 23:06:31 +0300
committernkozlovskiy <nmk@ydb.tech>2023-08-08 23:33:41 +0300
commit796be8b2550516e171435b7df4255f2dccb09435 (patch)
treeb3bd491f8c63691065648c2b0575b1dec2011cb3 /.github/actions/prepare_vm
parent445cbed2c832da8dfb3c0d045f54de51a4936961 (diff)
downloadydb-796be8b2550516e171435b7df4255f2dccb09435.tar.gz
ci: add make as a dependency, also use clang-14 for docker builds
ci: add make as a dependency, also use clang-14 for docker builds Pull Request resolved: #325
Diffstat (limited to '.github/actions/prepare_vm')
-rw-r--r--.github/actions/prepare_vm/action.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/prepare_vm/action.yaml b/.github/actions/prepare_vm/action.yaml
index 73648611f7..eb8febbac0 100644
--- a/.github/actions/prepare_vm/action.yaml
+++ b/.github/actions/prepare_vm/action.yaml
@@ -24,7 +24,7 @@ runs:
sudo apt-get update
sudo apt-get -y install --no-install-recommends \
python-is-python3 git cmake python3-pip ninja-build antlr3 m4 \
- clang-14 lld-14 llvm-14 libidn11-dev libaio1 libaio-dev parallel s3cmd
+ clang-14 lld-14 llvm-14 libidn11-dev libaio1 libaio-dev parallel s3cmd make
sudo pip3 install conan==1.59 pytest==7.1.3 pytest-timeout pytest-xdist==3.3.1 setproctitle==1.3.2 grpcio grpcio-tools PyHamcrest tornado xmltodict pyarrow
- name: install ccache
shell: bash