Skip to content

Commit

Permalink
Merge pull request #185 from ultima-ib/frtb_pyengine
Browse files Browse the repository at this point in the history
linux insall musl-tools for py release
  • Loading branch information
AnatolyBuga authored Dec 24, 2023
2 parents 2bbf43c + 8722820 commit 8ce4ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
before-script-linux: |
# If we're running on rhel centos, install needed packages.
if command -v yum &> /dev/null; then
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic musl-tools
# If we're running on i686 we need to symlink libatomic
# in order to build openssl with -latomic flag.
Expand All @@ -58,7 +58,7 @@ jobs:
fi
else
# If we're running on debian-based system.
apt update -y && apt-get install -y libssl-dev openssl pkg-config
apt update -y && apt-get install -y libssl-dev openssl pkg-config musl-tools
fi
- name: Upload wheels
Expand Down

0 comments on commit 8ce4ade

Please sign in to comment.