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 committed Sep 19, 2024
1 parent 6380e6e commit 85f269e
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 85f269e

Please sign in to comment.