From 5c4a98a0678342511e03104d89aa3f46ead1fc1a Mon Sep 17 00:00:00 2001 From: kz6fittycent Date: Sun, 26 Sep 2021 21:01:31 -0500 Subject: [PATCH] Build works Removing build packages, build is successful and snap works, as is. --- snap/snapcraft.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c80f7fd..c509dbf 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -52,13 +52,6 @@ parts: make-parameters: - PREFIX=/usr/local - STATIC=true -# build-packages: -# - coreutils -# - sed -# - git -# - build-essential -# - gcc-11 -# - g++-11 stage-packages: - coreutils