mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 05:31:25 +02:00
Update all of the Cargo dependencies. This makes read-it-later more reliable and fixes crate fetch failures. Signed-off-by: Alistair Francis <alistair@alistair23.me>
44 lines
1.6 KiB
Diff
44 lines
1.6 KiB
Diff
From b0049b419efb41f05c0350dbf42fe5924e9312f8 Mon Sep 17 00:00:00 2001
|
|
From: Alistair Francis <alistair@alistair23.me>
|
|
Date: Wed, 25 Aug 2021 20:26:18 +1000
|
|
Subject: [PATCH 3/4] gitlab-ci.yml: Update the containers
|
|
|
|
Signed-off-by: Alistair Francis <alistair@alistair23.me>
|
|
---
|
|
.gitlab-ci.yml | 4 ++--
|
|
build-aux/com.belmoussaoui.ReadItLaterDevel.json | 2 +-
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
|
|
index aa093aa..bbfb685 100644
|
|
--- a/.gitlab-ci.yml
|
|
+++ b/.gitlab-ci.yml
|
|
@@ -1,9 +1,9 @@
|
|
include:
|
|
- project: 'gnome/citemplates'
|
|
- file: 'flatpak/flatpak-ci-initiative-sdk-extensions.yml'
|
|
+ file: 'flatpak/flatpak_ci_initiative.yml'
|
|
|
|
flatpak:
|
|
- image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:3.36'
|
|
+ image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/rust_bundle:40'
|
|
variables:
|
|
BUNDLE: "read-it-later-nightly.flatpak"
|
|
MANIFEST_PATH: "build-aux/com.belmoussaoui.ReadItLaterDevel.json"
|
|
diff --git a/build-aux/com.belmoussaoui.ReadItLaterDevel.json b/build-aux/com.belmoussaoui.ReadItLaterDevel.json
|
|
index 7e6171b..0eef02f 100644
|
|
--- a/build-aux/com.belmoussaoui.ReadItLaterDevel.json
|
|
+++ b/build-aux/com.belmoussaoui.ReadItLaterDevel.json
|
|
@@ -1,7 +1,7 @@
|
|
{
|
|
"app-id": "com.belmoussaoui.ReadItLaterDevel",
|
|
"runtime": "org.gnome.Platform",
|
|
- "runtime-version": "3.36",
|
|
+ "runtime-version": "40",
|
|
"sdk": "org.gnome.Sdk",
|
|
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
|
|
"command": "read-it-later",
|
|
--
|
|
2.31.1
|
|
|