We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ab6af commit 6ceedc4Copy full SHA for 6ceedc4
1 file changed
snapcraft.yaml
@@ -62,15 +62,7 @@ parts:
62
${CRAFT_PROJECT_DIR}/snap/local/scriptlets/selective-checkout --force-snapshot
63
override-build: |
64
craftctl default
65
- # Get the machine architecture
66
- ARCH=$(uname -m)
67
- # Check if the architecture is x86_64 (amd64)
68
- if [ "$ARCH" = "x86_64" ]; then
69
- echo "Architecture $ARCH confirmed. Running execstack..."
70
- execstack --clear-execstack $SNAPCRAFT_PART_INSTALL/usr/bin/lnav
71
- else
72
- echo "Skipping: execstack is not supported on $ARCH architecture."
73
- fi
+ execstack --clear-execstack $SNAPCRAFT_PART_INSTALL/usr/bin/lnav || true
74
build-packages:
75
- git
76
- curl
0 commit comments