mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
Initial integration of cibuildwheel.
This commit is contained in:
parent
ee9e6db4a5
commit
95d8fe491a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_wheel_publish.yml
vendored
2
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
uses: pypa/cibuildwheel@v2.10.0
|
||||
env:
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
||||
CIBW_BEFORE_ALL_LINUX: yum update -y && yum install autoconf automake libtool pkgconf gettext libjson-c-dev libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-genl-3-dev flex bison
|
||||
CIBW_BEFORE_ALL_LINUX: yum update -y && yum install autoconf automake libtool pkgconfig 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