Skip to content

Commit

Permalink
snap: (auto) updated to 23.0.0-nightly202405252079a7aec4
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 25, 2024
1 parent 27c6dba commit 4e4f4b1
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: '23.0.0-nightly20240524c7a63b07'
version: '23.0.0-nightly202405252079a7ae'
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/v23.0.0-nightly20240524c7a63b0740/node-v23.0.0-nightly20240524c7a63b0740.tar.gz
source: https://nodejs.org/download/nightly/v23.0.0-nightly202405252079a7aec4/node-v23.0.0-nightly202405252079a7aec4.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=nightly20240524c7a63b0740
./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly202405252079a7aec4
craftctl default
mkdir -p $CRAFT_PART_INSTALL/etc
echo "prefix = /usr/local" >> $CRAFT_PART_INSTALL/etc/npmrc
Expand Down

0 comments on commit 4e4f4b1

Please sign in to comment.