Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Dec 13, 2024
1 parent caf7366 commit e1162dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
abi: ["cp313"]
arch: ["amd64", "armv7"] # armhf
arch: ["armhf", "armv7"] # armhf
steps:
- name: Checkout the repository
uses: actions/[email protected]
Expand Down
15 changes: 12 additions & 3 deletions docker_script
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ echo "-- docker_script --";
cat docker_script;
echo "-- env_file --";
cat env_file;
echo "--- Install dependencies ---";
apk update;
apk add ffmpeg-dev
echo "--- ---";
pip debug
pip install --extra-index-url https://wheels.home-assistant.io/musllinux-index/ -v av==13.1.0
python -c "import av";
if [[ "$?" == "1" ]]; then
echo "Fail first prebuild wheel"
fi
pip uninstall -y av
echo "--- ---";
# echo "--- Install dependencies ---";
# apk update;
# apk add ffmpeg-dev
# apk add bluez-dev libffi-dev openssl-dev glib-dev eudev-dev libxml2-dev libxslt-dev libpng-dev libjpeg-turbo-dev tiff-dev cups-dev gmp-dev mpfr-dev mpc1-dev ffmpeg-dev gammu-dev yaml-dev openblas-dev fftw-dev lapack-dev gfortran blas-dev eigen-dev freetype-dev glew-dev harfbuzz-dev hdf5-dev libdc1394-dev libtbb-dev mesa-dev openexr-dev openjpeg-dev uchardet-dev nasm zlib-dev
echo "--- ---";
# apk del libjxl libjxl-dev
Expand Down

0 comments on commit e1162dc

Please sign in to comment.