Skip to content

Commit b3eefbf

Browse files
committed
bugfixing
1 parent 9e18002 commit b3eefbf

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Attempt to merge with snapcrafters here: <https://github.com/snapcrafters/eclips
1515
1. edit `eclipse-packages.yaml` according to your needs, and what is available at <www.eclipse.org/download> (see comment on query-params tweaking)
1616
1. `ECLIPSE_PACKAGE=eclipse-pde ./try-build.sh # other packages declared will work`
1717

18+
### Troubleshoot
19+
20+
# when build timeouts
21+
sudo systemctl restart snap.lxd.daemon
22+
1823
## Disclaimer
1924

2025
This won't be published to snap repos, since ment to be used in local build mode only.

eclipse-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
latest: 2024-03R
33
2024-03R:
44
eclipse-java:
5-
source: https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2024-03/R/eclipse-java-2024-03-R-linux-gtk-x86_64.tar.gz&mirror_id=1190
5+
source: https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2024-03/R/eclipse-java-2024-03-R-linux-gtk-x86_64.tar.gz&r=1
66
checksum: "sha512/973c94a0a029c29d717823a53c3a65f99fa53d51f605872c5dd854620e16cd4cb2c2ff8a5892cd550a70ab19e1a0a0d2e792661e936bd3d2bef4532bc533048b"
77
eclipse-pde:
88
source: https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2024-03/R/eclipse-committers-2024-03-R-linux-gtk-x86_64.tar.gz&r=1

snapcraft.yaml.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ parts:
8080
plugin: dump
8181
source: snap/gui
8282

83-
# https://forum.snapcraft.io/t/amd-oss-graphics-drivers-missing-access-to-amdgpu-ids-file/12067/14
83+
# https://bugzilla.mozilla.org/show_bug.cgi?id=1710326
8484
layout:
85-
/usr/share/libdrm:
86-
bind: $SNAP/usr/share/libdrm
85+
/usr/shar/libdrm:
86+
bind: $SNAP/gnome-platform/usr/share/libdrm

0 commit comments

Comments
 (0)