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
e2604bbb56
commit
8784673f7c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_wheel_publish.yml
vendored
1
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
|||
MSYSTEM: MINGW64
|
||||
MSYS2_PATH: D:/a/_temp/msys64
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
||||
CIBW_BEFORE_BUILD: python -m pip install --upgrade pip
|
||||
CIBW_BEFORE_ALL_LINUX: yum update -y && yum install autoconf automake libtool pkgconfig gettext json-c-devel libusbx-devel dbus-glib-devel bluez-libs-devel libnl3-devel flex bison
|
||||
CIBW_BEFORE_ALL_MACOS: brew install autoconf automake libtool pkg-config gettext json-c gcc
|
||||
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue