Skip to content

Commit

Permalink
snap: (auto) updated to 24.0.0-nightly20241122ead8bd157a
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 22, 2024
1 parent 8264564 commit 7c6dda2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: node
version: '24.0.0-nightly202411215ba3b540'
version: '24.0.0-nightly20241122ead8bd15'
summary: Node.js
description: |
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/
Expand All @@ -24,7 +24,7 @@ parts:
node:
plugin: make
source-type: tar
source: https://nodejs.org/download/nightly/v24.0.0-nightly202411215ba3b540d4/node-v24.0.0-nightly202411215ba3b540d4.tar.gz
source: https://nodejs.org/download/nightly/v24.0.0-nightly20241122ead8bd157a/node-v24.0.0-nightly20241122ead8bd157a.tar.gz
build-packages:
# Ensure these and the build environment below match the minimum GCC and G++ versions for this Node release.
# https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-on-supported-platforms
Expand All @@ -39,7 +39,7 @@ parts:
make-parameters:
- V=
override-build: |
./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly202411215ba3b540d4
./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly20241122ead8bd157a
craftctl default
mkdir -p $CRAFT_PART_INSTALL/etc
echo "prefix = /usr/local" >> $CRAFT_PART_INSTALL/etc/npmrc
Expand Down

0 comments on commit 7c6dda2

Please sign in to comment.