Skip to content

Commit 937daf1

Browse files
committed
snap: (auto) updated to 26.0.0-nightly20260309a0d8ea42e5
1 parent 1381959 commit 937daf1

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-nightly20260308f38a7396'
2+
version: '26.0.0-nightly20260309a0d8ea42'
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-nightly20260308f38a739623/node-v26.0.0-nightly20260308f38a739623.tar.gz
27+
source: https://nodejs.org/download/nightly/v26.0.0-nightly20260309a0d8ea42e5/node-v26.0.0-nightly20260309a0d8ea42e5.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=nightly20260308f38a739623
46+
./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly20260309a0d8ea42e5
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)