Swallow yum install errors

pull/7277/head
Gokhan Gulbiz 2023-11-13 09:45:25 +03:00
parent 7f2b791b0c
commit 5386440ac9
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -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"