Skip to content

Commit 76f28d5

Browse files
committed
snap: (auto) updated to 26.0.0-nightly20251205e77694631f
1 parent 1699c9e commit 76f28d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snapcraft.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: node
2-
version: '26.0.0-nightly20251204025ade69'
2+
version: '26.0.0-nightly20251205e7769463'
33
summary: Node.js
44
description: |
55
A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/
@@ -24,7 +24,7 @@ parts:
2424
node:
2525
plugin: make
2626
source-type: tar
27-
source: https://nodejs.org/download/nightly/v26.0.0-nightly20251204025ade6997/node-v26.0.0-nightly20251204025ade6997.tar.gz
27+
source: https://nodejs.org/download/nightly/v26.0.0-nightly20251205e77694631f/node-v26.0.0-nightly20251205e77694631f.tar.gz
2828
build-packages:
2929
# Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release.
3030
# https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms
@@ -43,7 +43,7 @@ parts:
4343
- V=
4444
- LDFLAGS=-Wl,-rpath=/snap/node/current/lib/$(SNAPCRAFT_ARCH_TRIPLET):/snap/node/current/usr/lib/$(SNAPCRAFT_ARCH_TRIPLET):/snap/core24/current/lib/$(SNAPCRAFT_ARCH_TRIPLET):/snap/core24/current/usr/lib/$(SNAPCRAFT_ARCH_TRIPLET)
4545
override-build: |
46-
./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly20251204025ade6997
46+
./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly20251205e77694631f
4747
craftctl default
4848
mkdir -p $CRAFT_PART_INSTALL/etc
4949
echo "prefix = /usr/local" >> $CRAFT_PART_INSTALL/etc/npmrc

0 commit comments

Comments
 (0)