fix: fix release build (#1009)

* Update prepare_build_environment.sh

* Update release.yml
r0.7
Meng Zhang 2023-12-10 20:23:02 +08:00 committed by GitHub
parent 835d35ee90
commit 6305744356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@ env:
jobs:
release-binary:
if: github.event_name != 'pull_request'
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
strategy:

View File

@ -16,7 +16,7 @@ if [[ "$OSTYPE" == "linux"* ]]; then
sudo apt-get -y install protobuf-compiler libopenblas-dev
else
# Build from manylinux2014 container
yum -y install openblas-devel perl-IPC-Cmd unzip curl
yum -y install openblas-devel perl-IPC-Cmd unzip curl openssl-devel
# Disable safe directory in docker
git config --system --add safe.directory "*"