summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2022-11-24 15:26:05 +1100
committerMatthew Waters <matthew@centricular.com>2023-07-26 23:51:14 +0000
commita1d4f264e961b8a0c63a317d965f4a8f5d03ceaf (patch)
tree2ff97d95912009099539b78a4f4479ee20c7d8ab /.gitlab-ci.yml
parent87c77d6275cdc013ad0e1d68ed02c6358c3630a0 (diff)
gitlab: disable cache for macos/ios jobs
All job environments are reset from scratch and no caching is done between jobs. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1231>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f22e7647..7adcf7e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -394,6 +394,7 @@ cerbero cross-android universal examples:
CERBERO_PACKAGE_ARGS: ""
HAVE_CCACHE: ""
CERBERO_HOST_DIR: "/Users/gst-ci/cerbero/"
+ cache: []
artifacts:
name: "${CI_JOB_NAME}_${CI_COMMIT_SHA}"
expire_in: '5 days'
@@ -448,6 +449,7 @@ build cerbero cross-macos universal x86_64-host:
CERBERO_PACKAGE_ARGS: ""
HAVE_CCACHE: ""
CERBERO_HOST_DIR: "/Users/gst-ci/cerbero/"
+ cache: []
artifacts:
name: "${CI_JOB_NAME}_${CI_COMMIT_SHA}"
expire_in: '5 days'
@@ -520,6 +522,7 @@ build cerbero cross-ios universal x86_64-host:
- ./ci/run_retry.sh xcodebuild -alltargets -destination generic/platform=iOS -project ${EXAMPLES_HOME}/gst-examples/playback/player/ios/GstPlay.xcodeproj $(cat xcode_buildargs)
after_script:
- rm -rf gstreamer
+ cache: []
cross-ios universal examples x86_64-host:
extends: