mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
PG-1467 Install meson with pip in CI scripts
Ubunut has outdated meson version in its repos. So intall it with pip instead.
This commit is contained in:
parent
401695021d
commit
a242ddd2d6
@ -25,10 +25,13 @@ DEPS=(
|
||||
libzstd-dev
|
||||
lz4
|
||||
mawk
|
||||
meson
|
||||
perl
|
||||
pkgconf
|
||||
python3-dev
|
||||
python3
|
||||
python3-pip
|
||||
python3-setuptools
|
||||
python3-wheel
|
||||
systemtap-sdt-dev
|
||||
tcl-dev
|
||||
uuid-dev
|
||||
@ -51,6 +54,7 @@ sudo apt-get update
|
||||
sudo apt-get install -y ${DEPS[@]}
|
||||
|
||||
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
|
||||
pip3 install meson
|
||||
|
||||
# Vault
|
||||
wget -O - https://apt.releases.hashicorp.com/gpg | sudo tee /etc/apt/keyrings/hashicorp-archive-keyring.asc
|
||||
|
Loading…
x
Reference in New Issue
Block a user