summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-04-07 22:51:31 +0200
committertpart <tpart120@proton.me>2025-04-07 22:51:31 +0200
commit43d2c75aaeedcaf8649ed70520d5a4bdd480264c (patch)
tree2fa1ed2d5eace13ea857d00041da0cd59eef619a
parent8961857c3b6643d806102f117b98c413a1ef8dd4 (diff)
downloadhurrycurry-snap-43d2c75aaeedcaf8649ed70520d5a4bdd480264c.tar
hurrycurry-snap-43d2c75aaeedcaf8649ed70520d5a4bdd480264c.tar.bz2
hurrycurry-snap-43d2c75aaeedcaf8649ed70520d5a4bdd480264c.tar.zst
Fix deno-related crash during build process
-rw-r--r--snap/snapcraft.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 645e3dd..4d37510 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -161,10 +161,10 @@ parts:
plugin: dump
source: https://codeberg.org/hurrycurry/hurrycurry.git
source-tag: v2.3.0
- build-packages: [rustup]
- build-snaps: [deno]
+ build-packages: [rustup, nodejs]
+ build-snaps: []
override-build: |
- make data
+ make data JSR=node
mkdir -p $CRAFT_PART_INSTALL/data/{maps,recipes}
cp -v data/index.yaml $CRAFT_PART_INSTALL/data/index.yaml
cp -vr data/recipes/*.yaml $CRAFT_PART_INSTALL/data/recipes