From 73780a273ba30e6e16b6d31f1616bc5db9d801dd Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Thu, 18 Dec 2025 13:44:02 +0100 Subject: [PATCH] dev: disable Gentoo, not yet in stable Alire --- .github/workflows/build-distros.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-distros.yml b/.github/workflows/build-distros.yml index 641f9ba1..5c258538 100644 --- a/.github/workflows/build-distros.yml +++ b/.github/workflows/build-distros.yml @@ -31,9 +31,10 @@ 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 - - gentoo-rolling # Gentoo has its own GNAT and emerge + # - gentoo-rolling # Gentoo has its own GNAT and emerge + # TODO: enable in the next major Alire version index # - opensuse-leap # OpenSUSE has its own GNAT and zypper - # TODO: diagnose and reinstate problems with tar/compiler installation + # TODO: diagnose and reinstate problems with tar/compiler installation - ubuntu-lts # Ubuntu LTS is a common Debian derivative steps: