parent
835d35ee90
commit
6305744356
|
|
@ -22,7 +22,6 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-binary:
|
release-binary:
|
||||||
if: github.event_name != 'pull_request'
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
container: ${{ matrix.container }}
|
container: ${{ matrix.container }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ if [[ "$OSTYPE" == "linux"* ]]; then
|
||||||
sudo apt-get -y install protobuf-compiler libopenblas-dev
|
sudo apt-get -y install protobuf-compiler libopenblas-dev
|
||||||
else
|
else
|
||||||
# Build from manylinux2014 container
|
# 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
|
# Disable safe directory in docker
|
||||||
git config --system --add safe.directory "*"
|
git config --system --add safe.directory "*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue