From 5afd0bc224f57675c476d8316ac8d3be0d37f287 Mon Sep 17 00:00:00 2001 From: Valentin David Date: Wed, 18 Sep 2024 14:01:22 +0200 Subject: [PATCH] tests/lib/muinstaller: fix snapcraft.yaml syntax --- tests/lib/muinstaller/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/muinstaller/snapcraft.yaml b/tests/lib/muinstaller/snapcraft.yaml index 29d1993bc62..38e7d51fdf1 100644 --- a/tests/lib/muinstaller/snapcraft.yaml +++ b/tests/lib/muinstaller/snapcraft.yaml @@ -23,7 +23,7 @@ parts: build-environment: # Avoid libc deps to make muinstaller statically compiled # (desirable as this is a classic snap). - - CGO_ENABLED: 0 + - CGO_ENABLED: "0" override-build: | snapcraftctl build cp -a mk-classic-rootfs.sh $SNAPCRAFT_PART_INSTALL/bin