Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
avdivan wants to merge47 commits intoopencv:4.x
base:4.x
Choose a base branch
Loading
fromavdivan:test
Open
Changes from1 commit
Commits
Show all changes
47 commits
Select commitHold shift + click to select a range
5b68552
Update build_wheels_windows.yml
avdivanMay 12, 2025
0ed6932
Update build_wheels_windows.yml
avdivanMay 12, 2025
43df361
Update build_wheels_windows.yml
avdivanMay 12, 2025
800c408
Update build_wheels_windows.yml
avdivanMay 12, 2025
d509950
Update build_wheels_windows.yml
avdivanMay 12, 2025
81b57ad
Update build_wheels_windows.yml
avdivanMay 12, 2025
cf6f2a1
Update build_wheels_windows.yml
avdivanMay 12, 2025
ce9020f
Update build_wheels_windows.yml
avdivanMay 12, 2025
5da97ac
Update build_wheels_windows.yml
avdivanMay 12, 2025
02ffc4a
Update build_wheels_windows.yml
avdivanMay 12, 2025
62aa42c
Update build_wheels_windows.yml
avdivanMay 12, 2025
3f50ff6
Update build_wheels_windows.yml
avdivanMay 12, 2025
24e5192
Update build_wheels_windows.yml
avdivanMay 12, 2025
af76f7a
Update setup.py
avdivanMay 13, 2025
8e63c5b
Update setup.py
avdivanMay 18, 2025
fb2ce32
Update build_wheels_windows.yml
avdivanMay 18, 2025
34c8ef1
Update build_wheels_windows.yml
avdivanMay 18, 2025
0d87cdf
Update build_wheels_windows.yml
avdivanMay 18, 2025
a8d6375
Update build_wheels_windows.yml
avdivanJun 9, 2025
d728c91
Update build_wheels_windows.yml
avdivanJun 9, 2025
5601e19
Update setup.py
avdivanJun 9, 2025
a397db1
Update build_wheels_windows.yml
avdivanJun 9, 2025
4721363
Update setup.py
avdivanJun 9, 2025
b14fc86
Update setup.py
avdivanJun 9, 2025
eec14cc
Update build_wheels_windows.yml
avdivanJun 9, 2025
c860bb9
Update setup.py
avdivanJun 9, 2025
d324320
Update setup.py
avdivanJun 9, 2025
60d8b85
Update setup.py
avdivanJun 9, 2025
7dfe2c9
Update build_wheels_windows.yml
avdivanJun 9, 2025
f8f3ed8
Update build_wheels_windows.yml
avdivanJun 9, 2025
cebae27
Update setup.py
avdivanJun 9, 2025
d0b029e
Update setup.py
avdivanJun 9, 2025
93929b6
Update setup.py
avdivanJun 9, 2025
aef0562
Update build_wheels_windows.yml
avdivanJun 9, 2025
878d9f9
Update setup.py
avdivanJun 9, 2025
da9d1b9
Update build_wheels_windows.yml
avdivanJun 10, 2025
da2e6b8
Update setup.py
avdivanJun 10, 2025
8a87290
Update setup.py
avdivanJun 10, 2025
8b629da
Merge pull request #4 from opencv/4.x
avdivanJun 19, 2025
560670d
Update build_wheels_macos_m1.yml
avdivanJun 19, 2025
f85b854
Merge pull request #5 from opencv/4.x
avdivanJun 20, 2025
10dd63c
Update build_wheels_macos_m1.yml
avdivanJun 20, 2025
7b587e1
Update build_wheels_windows.yml
avdivanJun 20, 2025
ea51e72
Update setup.py
avdivanJun 20, 2025
3362718
Update build_wheels_macos_m1.yml
avdivanJun 20, 2025
88f1c27
Create Dockerfile-alpine-musllinux-test
avdivanJun 20, 2025
c17d164
Update Dockerfile-alpine-musllinux-test
avdivanJun 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
NextNext commit
Update build_wheels_windows.yml
  • Loading branch information
@avdivan
avdivan authoredMay 12, 2025
commit5b6855241e00920d3d28c462da22067be69b5dbb
4 changes: 2 additions & 2 deletions.github/workflows/build_wheels_windows.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -72,12 +72,12 @@ jobs:
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
shell: cmd
- name: Saving all wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3.1.2
with:
name: wheels
path: wheelhouse/opencv*.whl
- name: Saving a wheel accordingly to matrix
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3.1.2
with:
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
path: wheelhouse/opencv*
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp