From 12cf519e600fd773c59c59b2f366ba30282e2b15 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 12 Aug 2024 14:59:03 +0200 Subject: [PATCH] Disable openSUSE testing (#1188) Enabling openSUSE requires more thorough testing. --- .github/workflows/build-distros.yml | 3 ++- index/li/libhello/libhello-1.0.1.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-distros.yml b/.github/workflows/build-distros.yml index 55d4d3be..8a9ba3ac 100644 --- a/.github/workflows/build-distros.yml +++ b/.github/workflows/build-distros.yml @@ -31,7 +31,8 @@ jobs: - centos-stream-fsf-latest # CentOS is used for unknown package manager - debian-stable # Debian has very good Ada support and apt - fedora-latest # Fedora has its own GNAT and dnf - - opensuse-leap # OpenSUSE has its own GNAT and zypper + # - opensuse-leap # OpenSUSE has its own GNAT and zypper + # TODO: diagnose and reinstate problems with tar/compiler installation - ubuntu-lts # Ubuntu LTS is a common Debian derivative steps: diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index 68474ded..bd1b7f89 100644 --- a/index/li/libhello/libhello-1.0.1.toml +++ b/index/li/libhello/libhello-1.0.1.toml @@ -15,4 +15,4 @@ url = "git+https://github.com/alire-project/libhello.git" # We use this crate as a trigger to conveniently test minor changes to # metaprocesses of the CI of the repository itself. -# Last touch: 2024-08-12 13:01 CET +# Last touch: 2024-08-12 13:36 CET