8000 Alpine Test musllinux-compatible by avdivan · Pull Request #1112 · opencv/opencv-python · GitHub
[go: up one dir, main page]

Skip to content

Alpine Test musllinux-compatible #1112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 47 commits into
base: 4.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
5b68552
Update build_wheels_windows.yml
avdivan May 12, 2025
0ed6932
Update build_wheels_windows.yml
avdivan May 12, 2025
43df361
Update build_wheels_windows.yml
avdivan May 12, 2025
800c408
Update build_wheels_windows.yml
avdivan May 12, 2025
< 8000 code class="float-right">d509950
Update build_wheels_windows.yml
avdivan May 12, 2025
81b57ad
Update build_wheels_windows.yml
avdivan May 12, 2025
cf6f2a1
Update build_wheels_windows.yml
avdivan May 12, 2025
ce9020f
Update build_wheels_windows.yml
avdivan May 12, 2025
5da97ac
Update build_wheels_windows.yml
avdivan May 12, 2025
02ffc4a
Update build_wheels_windows.yml
avdivan May 12, 2025
62aa42c
Update build_wheels_windows.yml
avdivan May 12, 2025
3f50ff6
Update build_wheels_windows.yml
avdivan May 12, 2025
24e5192
Update build_wheels_windows.yml
avdivan May 12, 2025
af76f7a
Update setup.py
avdivan May 13, 2025
8e63c5b
Update setup.py
avdivan May 18, 2025
fb2ce32
Update build_wheels_windows.yml
avdivan May 18, 2025
34c8ef1
Update build_wheels_windows.yml
avdivan May 18, 2025
0d87cdf
Update build_wheels_windows.yml
avdivan May 18, 2025
a8d6375
Update build_wheels_windows.yml
avdivan Jun 9, 2025
d728c91
Update build_wheels_windows.yml
avdivan Jun 9, 2025
5601e19
Update setup.py
avdivan Jun 9, 2025
a397db1
Update build_wheels_windows.yml
avdivan Jun 9, 2025
4721363
Update setup.py
avdivan Jun 9, 2025
b14fc86
Update setup.py
avdivan Jun 9, 2025
eec14cc
Update build_wheels_windows.yml
avdivan Jun 9, 2025
c860bb9
Update setup.py
avdivan Jun 9, 2025
d324320
Update setup.py
avdivan Jun 9, 2025
60d8b85
Update setup.py
avdivan Jun 9, 2025
7dfe2c9
Update build_wheels_windows.yml
avdivan Jun 9, 2025
f8f3ed8
Update build_wheels_windows.yml
avdivan Jun 9, 2025
cebae27
Update setup.py
avdivan Jun 9, 2025
d0b029e
Update setup.py
avdivan Jun 9, 2025
93929b6
Update setup.py
avdivan Jun 9, 2025
aef0562
Update build_wheels_windows.yml
avdivan Jun 9, 2025
878d9f9
Update setup.py
avdivan Jun 9, 2025
da9d1b9
Update build_wheels_windows.yml
avdivan Jun 10, 2025
da2e6b8
Update setup.py
avdivan Jun 10, 2025
8a87290
Update setup.py
avdivan Jun 10, 2025
8b629da
Merge pull request #4 from opencv/4.x
avdivan Jun 19, 2025
560670d
Update build_wheels_macos_m1.yml
avdivan Jun 19, 2025
f85b854
Merge pull request #5 from opencv/4.x
avdivan Jun 20, 2025
10dd63c
Update build_wheels_macos_m1.yml
avdivan Jun 20, 2025
7b587e1
Update build_wheels_windows.yml
avdivan Jun 20, 2025
ea51e72
Update setup.py
avdivan Jun 20, 2025
3362718
Update build_wheels_macos_m1.yml
avdivan Jun 20, 2025
88f1c27
Create Dockerfile-alpine-musllinux-test
avdivan Jun 20, 2025
c17d164
Update Dockerfile-alpine-musllinux-test
avdivan Jun 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update setup.py
  • Loading branch information
avdivan authored May 13, 2025
commit af76f7a3548ff143b87bf185d51c7065dce7123b
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def main():
"-DBUILD_DOCS=OFF",
"-DPYTHON3_LIMITED_API=ON",
"-DBUILD_OPENEXR=ON",
"-DWITH_MSMF=OFF",
]
+ (
# CMake flags for windows/arm64 build
Expand Down
Loading
0