Skip to content

Commit

Permalink
tests/lib/muinstaller: fix snapcraft.yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
valentindavid authored and ernestl committed Sep 20, 2024
1 parent fafc3a6 commit 5afd0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/muinstaller/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5afd0bc

Please sign in to comment.