Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 15, 2024
1 parent 4b76949 commit 354950e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 42 deletions.
86 changes: 45 additions & 41 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,51 +19,55 @@ jobs:
strategy:
fail-fast: false
matrix:
os-type: [ "ubuntu", "macos" ]
python: [ "2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
arch: [ "x86", "arm" ]
# os-type: [ "ubuntu", "macos" ]
os-type: [ "macos" ]
python: [ "3.11" ]
# python: [ "2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
# arch: [ "x86", "arm" ]
arch: [ "arm" ]
manylinux-version: [ "2014" ]
mb-ml-libc: [ "manylinux", "musllinux" ]
exclude:
- python: "2.7"
os-type: "ubuntu"
manylinux-version: "2014"
- python: "3.7"
os-type: "ubuntu"
manylinux-version: "2014"
- python: "2.7"
os-type: "ubuntu"
arch: "arm"
- python: "2.7"
mb-ml-libc: "musllinux"
- python: "3.7"
mb-ml-libc: "musllinux"
- arch: "arm"
mb-ml-libc: "musllinux"
- os-type: "macos"
mb-ml-libc: "musllinux"
# mb-ml-libc: [ "manylinux", "musllinux" ]
mb-ml-libc: [ "manylinux" ]
# exclude:
# - python: "2.7"
# os-type: "ubuntu"
# manylinux-version: "2014"
# - python: "3.7"
# os-type: "ubuntu"
# manylinux-version: "2014"
# - python: "2.7"
# os-type: "ubuntu"
# arch: "arm"
# - python: "2.7"
# mb-ml-libc: "musllinux"
# - python: "3.7"
# mb-ml-libc: "musllinux"
# - arch: "arm"
# mb-ml-libc: "musllinux"
# - os-type: "macos"
# mb-ml-libc: "musllinux"
include:
- os-type: "macos"
os-name: "macOS"
- os-type: "ubuntu"
os: "ubuntu-latest"
python: "2.7"
arch: "x86"
manylinux-version: "2010"
os-name: "manylinux2010"
- os-type: "ubuntu"
os: "ubuntu-latest"
python: "3.7"
arch: "x86"
manylinux-version: "2010"
os-name: "manylinux2010"
- os-type: "ubuntu"
os: "ubuntu-latest"
manylinux-version: "2014"
os-name: "manylinux2014"
- mb-ml-libc: "musllinux"
os-type: "ubuntu"
os-name: "musllinux"
# - os-type: "ubuntu"
# os: "ubuntu-latest"
# python: "2.7"
# arch: "x86"
# manylinux-version: "2010"
# os-name: "manylinux2010"
# - os-type: "ubuntu"
# os: "ubuntu-latest"
# python: "3.7"
# arch: "x86"
# manylinux-version: "2010"
# os-name: "manylinux2010"
# - os-type: "ubuntu"
# os: "ubuntu-latest"
# manylinux-version: "2014"
# os-name: "manylinux2014"
# - mb-ml-libc: "musllinux"
# os-type: "ubuntu"
# os-name: "musllinux"
env:
BUILD_COMMIT: HEAD
PLAT: ${{ matrix.arch == 'x86' && 'x86_64' || (matrix.os-type == 'macos' && 'arm64') || 'aarch64' }}
Expand Down
2 changes: 1 addition & 1 deletion wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ EOF
&& cmake .. \
-G "Ninja" \
-DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_SHARED_LIBS=OFF \
-DAVIF_LIBSHARPYUV=LOCAL \
-DAVIF_LIBYUV=LOCAL \
Expand Down

0 comments on commit 354950e

Please sign in to comment.