Skip to content

Commit c362014

Browse files
committed
PG-1467 Install meson with pip
1 parent b7d2f15 commit c362014

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci_scripts/ubuntu-deps.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ DEPS=(
2525
libzstd-dev
2626
lz4
2727
mawk
28-
meson
2928
perl
3029
pkgconf
3130
python3-dev
31+
python3
32+
python3-pip
33+
python3-setuptools
34+
python3-wheel
3235
systemtap-sdt-dev
3336
tcl-dev
3437
uuid-dev
@@ -51,6 +54,7 @@ sudo apt-get update
5154
sudo apt-get install -y ${DEPS[@]}
5255

5356
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
57+
pip3 install meson
5458

5559
# Vault
5660
wget -O - https://apt.releases.hashicorp.com/gpg | sudo tee /etc/apt/keyrings/hashicorp-archive-keyring.asc

0 commit comments

Comments
 (0)