[gnome-runtime-images/bundle-all] Bundle rust-stable and llvm12 into the main image
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-runtime-images/bundle-all] Bundle rust-stable and llvm12 into the main image
- Date: Fri, 24 Sep 2021 10:55:35 +0000 (UTC)
commit 4e53c62acf08672bd1e7dc4c3f2b343614ec107e
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Fri Sep 24 12:51:11 2021 +0200
Bundle rust-stable and llvm12 into the main image
.gitlab-ci.yml | 58 ----------------------------------------------------------
1 file changed, 58 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 59bb324..85f62f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,47 +77,9 @@ flat-manager-client:
buildah run $CONTAINER flatpak install --user --noninteractive \
org.gnome.Sdk//${BRANCH} org.gnome.Platform//${BRANCH}
- echo "Commiting $TAG"
- buildah commit $CONTAINER $TAG
-
- # push only on master branch
- - |
- if [ $CI_COMMIT_REF_NAME == master ]; then
- echo "Pushing $TAG"
- buildah push $TAG
- fi
-
-.rust_template:
- script:
- # build the rust_bundle image
- - |
- CONTAINER=$(buildah from "${CI_REGISTRY_IMAGE}/gnome:${BRANCH}")
-
- export TAG="${CI_REGISTRY_IMAGE}/rust_bundle:${BRANCH}"
- echo "Building $TAG"
-
buildah run $CONTAINER flatpak install --user --noninteractive \
org.freedesktop.Sdk.Extension.rust-stable//${FD_BRANCH}
- echo "Commiting $TAG"
- buildah commit $CONTAINER $TAG
-
- # push only on master branch
- - |
- if [ $CI_COMMIT_REF_NAME == master ]; then
- echo "Pushing $TAG"
- buildah push $TAG
- fi
-
-.llvm_template:
- script:
- # build the llvm_bundle image
- - |
- CONTAINER=$(buildah from "${CI_REGISTRY_IMAGE}/gnome:${BRANCH}")
-
- export TAG="${CI_REGISTRY_IMAGE}/llvm_bundle:${BRANCH}"
- echo "Building $TAG"
-
buildah run $CONTAINER flatpak install --user --noninteractive \
org.freedesktop.Sdk.Extension.llvm${LLVM_VERSION}//${FD_BRANCH}
@@ -189,23 +151,3 @@ gnome:3.38:
gnome:40:
stage: 'runtimes'
extends: ['.sdk_template', '.vars_40']
-
-rust:nightly:
- stage: 'bundles'
- extends: ['.rust_template', '.vars_nightly']
-
-rust:3.36:
- stage: 'bundles'
- extends: ['.rust_template', '.vars_3_36']
-
-rust:3.38:
- stage: 'bundles'
- extends: ['.rust_template', '.vars_3_38']
-
-rust:40:
- stage: 'bundles'
- extends: ['.rust_template', '.vars_40']
-
-llvm:nightly:
- stage: 'bundles'
- extends: ['.llvm_template', '.vars_nightly']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]