From d4aa0b9ec7b3861103878bb6960f1a33a97ef5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20S=C3=A1nchez-Beato?= Date: Thu, 23 Apr 2026 09:54:25 -0400 Subject: [PATCH] snapcraft.yaml: comment out isa-riscv64-rva23 Comment out isa-riscv64-rva23 assumes. Our github build process will uncomment it only for riscv64 architecture. This is needed because snapd versions previous to 2.75 fail to install core26 if the flag is present, for any architecture. And in many cases the snapd present is the one from the debian package. --- snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 386ebb1d..ab723214 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -9,7 +9,8 @@ build-base: core26 grade: stable assumes: - snapd2.55.5 - - isa-riscv64-rva23 + # This is uncommented in our github builds for riscv64 + ## - isa-riscv64-rva23 parts: # TODO: rewrite this once all slices are upstreamed to use chisel slices