summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-03-20 17:32:49 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2024-03-20 22:54:03 +0000
commit9520c55ac76c2ddd40f1310cf40c2e3bedf5aaee (patch)
tree6f64963900d78998804a130772dc00503606ccf8
parentf3887d33f9c0e440b40ef9c0423e8ba6abc41116 (diff)
ci: remove macos/ios jobs for x86 mac mini hosts
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1413>
-rw-r--r--.gitlab-ci.yml52
1 files changed, 0 insertions, 52 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9904de19..da27c90a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -463,22 +463,6 @@ build cerbero cross-macos universal arm64-host:
- '.cerbero cross-macos universal'
- '.cerbero macos arm64 image'
-cerbero deps cross-macos universal x86_64-host:
- extends:
- - '.cerbero deps'
- - '.cerbero cross-macos universal'
- tags:
- - gst-macos-13
- when: 'manual'
-
-build cerbero cross-macos universal x86_64-host:
- extends:
- - '.cerbero mr'
- - '.cerbero cross-macos universal'
- tags:
- - gst-macos-13
- when: 'manual'
-
#
# Cerbero iOS build
#
@@ -514,22 +498,6 @@ build cerbero cross-ios universal arm64-host:
- '.cerbero cross-ios universal'
- '.cerbero macos arm64 image'
-cerbero deps cross-ios universal x86_64-host:
- extends:
- - '.cerbero deps'
- - '.cerbero cross-ios universal'
- tags:
- - gst-ios-16
- when: 'manual'
-
-build cerbero cross-ios universal x86_64-host:
- extends:
- - '.cerbero mr'
- - '.cerbero cross-ios universal'
- tags:
- - gst-ios-16
- when: 'manual'
-
#
# Build an iOS App using the iOS binaries
#
@@ -567,26 +535,6 @@ build cerbero cross-ios universal x86_64-host:
- rm -rf gstreamer
cache: []
-cross-ios universal examples x86_64-host:
- extends:
- - '.cross-ios universal examples'
- - '.cerbero mr rules'
- needs:
- - "build cerbero cross-ios universal x86_64-host"
- tags:
- - gst-ios-16
- when: 'manual'
-
-cerbero cross-ios universal examples x86_64-host:
- extends:
- - '.cross-ios universal examples'
- - '.cerbero not-mr rules'
- needs:
- - "cerbero deps cross-ios universal x86_64-host"
- tags:
- - gst-ios-16
- when: 'manual'
-
cross-ios universal examples arm64-host:
extends:
- '.cross-ios universal examples'