Merge pull request #1939 from dbungert/drop-os-prober

snapcraft: drop os-prober from the server snap
This commit is contained in:
Dan Bungert 2024-03-14 11:30:06 -06:00 committed by GitHub
commit 8795db334b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 24 deletions

View File

@ -58,11 +58,6 @@ apps:
SUBIQUITY_ROOT: $SNAP
PYTHON_ORIG: $PYTHON
PYTHON: $SNAP/usr/bin/python3.10
os-prober:
command: usr/bin/os-prober
environment:
OS_PROBER_SHARE: $SNAP/usr/share
OS_PROBER_LIB: $SNAP/usr/lib
parts:
curtin:
@ -242,22 +237,3 @@ parts:
build-attributes:
- enable-patchelf
os-prober:
plugin: nil
source-type: git
source: https://github.com/dbungert/os-prober
source-commit: 80d6a3157a814278af4f96da91f9ab7218e20fdc
build-packages:
- build-essential
- debhelper
- fakeroot
override-build: |
./debian/rules build
fakeroot ./debian/rules install
cp -a debian/os-prober/{usr,var} $CRAFT_PART_INSTALL
build-attributes:
- enable-patchelf