[Git][videolan/libdvdcss][master] 2 commits: CI: split macOS builds for arm64/x86_64
"Jean-Baptiste Kempf (@jbk)" <[email protected]> Wed, 06 Aug 2025 17:27:50 +0200
| Newsgroups | gmane.comp.video.videolan.libdvdcss.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============4538627295952470998==
Content-Type: multipart/alternative;
boundary="--==_mimepart_68937475eb4f2_80cce84c5c8184743de";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_68937475eb4f2_80cce84c5c8184743de
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss
Commits:
871d32c5 by Steve Lhomme at 2025-08-06T15:30:21+02:00
CI: split macOS builds for arm64/x86_64
- - - - -
8e499113 by Steve Lhomme at 2025-08-06T15:30:21+02:00
CI: add Windows arm64 target
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -25,12 +25,24 @@ build-debian:
- ../configure
- make -j $(getconf _NPROCESSORS_ONLN)
-build-macos:
+build-macos-x86_64:
extends: .build-common
tags:
- - catalina
- - amd64
+ - old-macmini
script:
+ - export PATH="/Users/videolanci/sandbox/bin:${PATH}"
+ - autoreconf -fisv
+ - mkdir build
+ - cd build
+ - ../configure
+ - make -j $(getconf _NPROCESSORS_ONLN)
+
+build-macos-arm64:
+ extends: .build-common
+ tags:
+ - monterey
+ script:
+ - export PATH="/Users/videolanci/sandbox/bin:${PATH}"
- autoreconf -fisv
- mkdir build
- cd build
@@ -47,6 +59,16 @@ build-win64:
- ../configure --host=x86_64-w64-mingw32
- make -j $(getconf _NPROCESSORS_ONLN)
+build-winarm64:
+ extends: .build-docker
+ image: registry.videolan.org/vlc-debian-llvm-ucrt:20241118101328
+ script:
+ - autoreconf -fisv
+ - mkdir build
+ - cd build
+ - ../configure --host=aarch64-w64-mingw32
+ - make -j $(getconf _NPROCESSORS_ONLN)
+
build-win32:
extends: .build-docker
image: registry.videolan.org/vlc-debian-win32:20201106141924
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/compare/d0b6a291c24eda3727ad5c7a14956fc1fc82446d...8e499113b6452cdce593bd70802af6ed0472db47
--
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/compare/d0b6a291c24eda3727ad5c7a14956fc1fc82446d...8e499113b6452cdce593bd70802af6ed0472db47
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
----==_mimepart_68937475eb4f2_80cce84c5c8184743de--
--===============4538627295952470998==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
libdvdcss-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libdvdcss-devel
--===============4538627295952470998==--