Merge pull request #717 from mwhudson/no-stage-libc6

stop staging libc6 now we are core18 based
This commit is contained in:
Michael Hudson-Doyle 2020-04-24 13:56:20 +12:00 committed by GitHub
commit 12f01405ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -40,8 +40,6 @@ parts:
- "*" - "*"
- "-lib/python*/site-packages/_yaml.*.so" - "-lib/python*/site-packages/_yaml.*.so"
- "-lib/python*/site-packages/jsonschema" - "-lib/python*/site-packages/jsonschema"
stage-packages:
- libc6
apport: apport:
plugin: python plugin: python
source-type: bzr source-type: bzr
@ -74,7 +72,6 @@ parts:
- python3-urwid - python3-urwid
stage-packages: stage-packages:
- cloud-init - cloud-init
- libc6
- libsystemd0 - libsystemd0
- iso-codes - iso-codes
- lsb-release - lsb-release
@ -107,7 +104,6 @@ parts:
debconf-communicate user-setup | \ debconf-communicate user-setup | \
cut -d ' ' -f 2- > $SNAPCRAFT_PART_INSTALL/users-and-groups cut -d ' ' -f 2- > $SNAPCRAFT_PART_INSTALL/users-and-groups
cp /usr/lib/user-setup/reserved-usernames $SNAPCRAFT_PART_INSTALL/ cp /usr/lib/user-setup/reserved-usernames $SNAPCRAFT_PART_INSTALL/
stage-packages: [libc6]
stage: stage:
- users-and-groups - users-and-groups
- reserved-usernames - reserved-usernames
@ -117,7 +113,6 @@ parts:
- console-setup - console-setup
- locales - locales
- xkb-data-i18n - xkb-data-i18n
stage-packages: [libc6]
override-build: | override-build: |
/usr/share/console-setup/kbdnames-maker /usr/share/console-setup/KeyboardNames.pl > $SNAPCRAFT_PART_INSTALL/kbdnames.txt /usr/share/console-setup/kbdnames-maker /usr/share/console-setup/KeyboardNames.pl > $SNAPCRAFT_PART_INSTALL/kbdnames.txt
stage: stage:
@ -132,7 +127,6 @@ parts:
probert: probert:
plugin: python plugin: python
build-packages: [python-setuptools, libnl-3-dev, libnl-genl-3-dev, libnl-route-3-dev] build-packages: [python-setuptools, libnl-3-dev, libnl-genl-3-dev, libnl-route-3-dev]
stage-packages: [libc6, libnl-3-dev, libnl-genl-3-dev, libnl-route-3-dev]
source: https://github.com/CanonicalLtd/probert.git source: https://github.com/CanonicalLtd/probert.git
source-type: git source-type: git
source-commit: 4793e16ea1c397c44e115dc90eafa60df0947d5c source-commit: 4793e16ea1c397c44e115dc90eafa60df0947d5c