Skip to content

Commit

Permalink
tests: work around bug that is in snapcraft right now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphelpsj committed Sep 13, 2024
1 parent 8774c07 commit a97fc71
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 a97fc71

Please sign in to comment.