summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkz6fittycent <jimmy.tigert@gmail.com>2021-09-26 20:17:57 -0500
committerGitHub <noreply@github.com>2021-09-26 20:17:57 -0500
commit14f00216f0d6df122541bcfa65221d04a1f96013 (patch)
tree0a814daab49df6a909d98f22af211499a3580dfc
parent44a50fc09ece110ccff5aea8162426d225f80889 (diff)
Attempt w/o build-packages
Removing build packages as an experiment to shrink size.
-rw-r--r--snap/snapcraft.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index ffba8f6..c80f7fd 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -52,13 +52,13 @@ parts:
make-parameters:
- PREFIX=/usr/local
- STATIC=true
- build-packages:
- - coreutils
- - sed
- - git
- - build-essential
- - gcc-11
- - g++-11
+# build-packages:
+# - coreutils
+# - sed
+# - git
+# - build-essential
+# - gcc-11
+# - g++-11
stage-packages:
- coreutils