Skip to content

Commit

Permalink
snap: (auto) updated to 24.0.0-nightly202412314633e5daa3
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Dec 31, 2024
1 parent 40a0454 commit 1aed51a
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-nightly20241230d2af8819'
version: '24.0.0-nightly202412314633e5da'
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-nightly20241230d2af881997/node-v24.0.0-nightly20241230d2af881997.tar.gz
source: https://nodejs.org/download/nightly/v24.0.0-nightly202412314633e5daa3/node-v24.0.0-nightly202412314633e5daa3.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=nightly20241230d2af881997
./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly202412314633e5daa3
craftctl default
mkdir -p $CRAFT_PART_INSTALL/etc
echo "prefix = /usr/local" >> $CRAFT_PART_INSTALL/etc/npmrc
Expand Down

0 comments on commit 1aed51a

Please sign in to comment.