Skip to content

Commit

Permalink
snap: drop LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
Need to use snapcraft/edge for now:

canonical/snapcraft#4216
  • Loading branch information
Saviq committed Aug 28, 2023
1 parent 3a8252e commit b3421cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}
publish: ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }}
publish-channel: edge/pr${{ github.event.number }}
snapcraft-channel: edge
2 changes: 0 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ apps:
LIBGL_DRIVERS_PATH: $SNAP/usr/lib/${SNAPCRAFT_ARCH_TRIPLET}/dri
LIBINPUT_QUIRKS_DIR: ${SNAP}/usr/share/libinput
PATH: ${SNAP}/usr/local/bin/:${PATH}
# For "reasons" this is being set despite this being a classic snap. This overwrites the nonsense
LD_LIBRARY_PATH: ""

vnc-server:
command-chain:
Expand Down

0 comments on commit b3421cb

Please sign in to comment.