Skip to content

Commit

Permalink
Merge pull request #432 from facundobatista/fix-armhf
Browse files Browse the repository at this point in the history
Removed stage filters in snapcraft.yaml.
  • Loading branch information
facundobatista committed Jul 8, 2021
1 parent 7cdbeee commit bd9d6cc
Showing 1 changed file with 0 additions and 124 deletions.
124 changes: 0 additions & 124 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,127 +121,3 @@ parts:
usr/share/git-core/templates: git/templates
usr/bin/git: bin/git
lib/python3.8/site-packages: lib/
stage:
# copy in only what we need. Comment out this whole section to grab
# everything if something stops working, and then once you've spotted what
# it was we needed, add it back in here. This keeps the snap lean, and us
# aware of our actual dependencies (more or less -- look at what pip does
# wrt vendoring).
- bin/charmcraft
- bin/python3
- bin/pip3
- bin/git
- completion.bash
- pyvenv.cfg
- lib/charmcraft
- lib/charmcraft-*.egg-info
- lib/craft_providers
- lib/craft_providers-*.egg-info
- lib/pip
- lib/pip-*.dist-info
- lib/wheel
- lib/wheel-*.dist-info
- lib/appdirs.py
- lib/appdirs-*.dist-info
- lib/attr
- lib/attrs-*.dist-info
- lib/certifi
- lib/certifi-*.dist-info
- lib/chardet
- lib/chardet-*.dist-info
- lib/_cffi_backend.*.so
- lib/cffi.libs
- lib/idna
- lib/idna-*.dist-info
- lib/jsonschema
- lib/jsonschema-*.dist-info
- lib/macaroonbakery
- lib/macaroonbakery-*.dist-info
- lib/pydantic
- lib/pydantic-*.dist-info
- lib/pyrfc3339
- lib/pyRFC3339-*.dist-info
- lib/pytz
- lib/pytz-*.dist-info
- lib/nacl
- lib/PyNaCl-*.dist-info
- lib/pymacaroons
- lib/pymacaroons-*.dist-info
- lib/google
- lib/humanize
- lib/humanize-*.dist-info
- lib/jinja2
- lib/markupsafe
- lib/protobuf-*.pth
- lib/protobuf-*.dist-info
- lib/pyrsistent
- lib/pyrsistent-*.dist-info
- lib/requests
- lib/requests_unixsocket
- lib/requests_unixsocket-*.dist-info
- lib/six.py
- lib/six-*.dist-info
- lib/tabulate.py
- lib/tabulate-*.dist-info
- lib/urllib3
- lib/urllib3-*.dist-info
- lib/dateutil
- lib/python_dateutil-*.dist-info
- lib/requests_toolbelt
- lib/requests_toolbelt-*.dist-info
- lib/typing_extensions.py
- lib/typing_extensions-*.dist-info
- lib/yaml
# this effectively means we're shipping pip and wheel twice (once above,
# and once below), but untangling that is probably not worth it.
- share/python-wheels
# 'git clone' complains if it can't find these
- git/templates
# regular git+http or https (it's a single file ;)
- git/git-core/git-remote-http
- git/git-core/git-remote-https
# all the following bits of git-core needed for git submodules support
- git/git-core/git-submodule
- git/git-core/git-sh-setup
- git/git-core/git-sh-i18n
- git/git-core/git-sh-i18n--envsubst
- git/git-core/git-parse-remote
# *all* the following libs needed for git-remote-http /o\
- "**/libcurl-gnutls.so.4"
- "**/libcurl-gnutls.so.4.*"
- "**/libnghttp2.so.14"
- "**/libnghttp2.so.14.*"
- "**/libasn1.so.8"
- "**/libasn1.so.8.*"
- "**/libbrotlicommon.so.1"
- "**/libbrotlicommon.so.1.*"
- "**/libbrotlidec.so.1"
- "**/libbrotlidec.so.1.*"
- "**/libgssapi.so.3"
- "**/libgssapi.so.3.*"
- "**/libhcrypto.so.4"
- "**/libhcrypto.so.4.*"
- "**/libheimbase.so.1"
- "**/libheimbase.so.1.*"
- "**/libheimntlm.so.0"
- "**/libheimntlm.so.0.*"
- "**/libhx509.so.5"
- "**/libhx509.so.5.*"
- "**/libkrb5.so.26"
- "**/libkrb5.so.26.*"
- "**/liblber-2.4.so.2"
- "**/liblber-2.4.so.2.*"
- "**/libldap_r-2.4.so.2"
- "**/libldap_r-2.4.so.2.*"
- "**/libpsl.so.5"
- "**/libpsl.so.5.*"
- "**/libroken.so.18"
- "**/libroken.so.18.*"
- "**/librtmp.so.1"
- "**/librtmp.so.1.*"
- "**/libsasl2.so.2"
- "**/libsasl2.so.2.*"
- "**/libssh.so.4"
- "**/libssh.so.4.*"
- "**/libwind.so.0"
- "**/libwind.so.0.*"

0 comments on commit bd9d6cc

Please sign in to comment.