mirror of https://github.com/citusdata/citus.git
Swallow yum install errors
parent
7f2b791b0c
commit
5386440ac9
|
@ -103,7 +103,7 @@ jobs:
|
||||||
echo "Postgres version: ${POSTGRES_VERSION}"
|
echo "Postgres version: ${POSTGRES_VERSION}"
|
||||||
|
|
||||||
## Install required packages to execute packaging tools for rpm based distros
|
## Install required packages to execute packaging tools for rpm based distros
|
||||||
yum install python3-pip python3-devel postgresql-devel -y
|
yum install python3-pip python3-devel postgresql-devel -y || true
|
||||||
python3 -m pip install wheel
|
python3 -m pip install wheel
|
||||||
|
|
||||||
./.github/packaging/validate_build_output.sh "rpm"
|
./.github/packaging/validate_build_output.sh "rpm"
|
||||||
|
|
Loading…
Reference in New Issue