Skip to content

Commit

Permalink
ci: add antlr4 to github runner image (ydb-platform#10407)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitka authored Oct 14, 2024
1 parent 1f2381a commit 942b770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/ci/gh-runner-image/image.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ apt-get update
# wait for unattended-upgrade is finished
apt-get -o DPkg::Lock::Timeout=600 -y --no-install-recommends dist-upgrade
apt-get -y install --no-install-recommends \
antlr3 clang-12 clang-14 cmake docker.io git jq libaio-dev libaio1 libicu70 libidn11-dev libkrb5-3 \
antlr3 antlr4 clang-12 clang-14 cmake docker.io git jq libaio-dev libaio1 libicu70 libidn11-dev libkrb5-3 \
liblttng-ust1 lld-14 llvm-14 m4 make ninja-build parallel postgresql-client postgresql-client \
python-is-python3 python3-pip s3cmd s3cmd zlib1g linux-tools-common linux-tools-generic
Expand Down

0 comments on commit 942b770

Please sign in to comment.