mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 11:13:29 +00:00
Initial integration of cibuildwheel.
This commit is contained in:
parent
dda527e6c9
commit
72a1dcd12d
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build_wheel_publish.yml
vendored
5
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -40,9 +40,8 @@ jobs:
|
|||
uses: pypa/cibuildwheel@v2.10.0
|
||||
env:
|
||||
CIBW_BEFORE_ALL_LINUX: >
|
||||
sudo apt-get update
|
||||
sudo apt-get install autoconf automake libtool pkg-config gettext libjson-c-dev
|
||||
sudo apt-get install libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-genl-3-dev flex bison
|
||||
apt-get update
|
||||
apt-get install autoconf automake libtool pkg-config gettext libjson-c-dev libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-genl-3-dev flex bison
|
||||
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue