From a68be1271faca969558dda4265be0b8e84c05b61 Mon Sep 17 00:00:00 2001 From: Philip Meulengracht Date: Fri, 24 Apr 2026 11:41:16 +0200 Subject: [PATCH] snapcraft: no longer use --ignore=unstable --- snapcraft.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index ab723214..80cb21f9 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -218,18 +218,16 @@ parts: mkdir -p "${CRAFT_STAGE}"/base # Cut the initial slices into the rootfs - # TODO: remove --ignore=unstable when chisel 26.04 is stable - chisel cut --ignore=unstable \ + chisel cut \ --release="${CRAFT_PART_SRC}" \ --root "${CRAFT_STAGE}"/base \ "${SLICES[@]}" "${UTILS[@]}" \ base-files_chisel # Cut foreign libraries we also need - # TODO: remove --ignore=unstable when chisel 26.04 is stable case "$(dpkg --print-architecture)" in amd64) - chisel cut --ignore=unstable \ + chisel cut \ --arch=i386 \ --release="${CRAFT_PART_SRC}" \ --root "${CRAFT_STAGE}"/base \