Skip to content

Commit

Permalink
snap: (auto) updated to 19.0.0-nightly202205032be596604a
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 3, 2022
1 parent be7a740 commit ca6a7c5
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: ''
version: '19.0.0-nightly202205032be59660'
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 Down Expand Up @@ -34,15 +34,15 @@ parts:
node:
plugin: make
source-type: tar
source: https://nodejs.org/download/nightly/v/node-v.tar.gz
source: https://nodejs.org/download/nightly/v19.0.0-nightly202205032be596604a/node-v19.0.0-nightly202205032be596604a.tar.gz
make-parameters:
- V=
override-build: |
export CC="gcc-8"
export CXX="g++-8"
export LINK="g++-8"
export V=
./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=
./configure --verbose --prefix=/ --release-urlbase=https://nodejs.org/download/nightly/ --tag=nightly202205032be596604a
snapcraftctl build
mkdir -p $SNAPCRAFT_PART_INSTALL/etc
echo "prefix = /usr/local" >> $SNAPCRAFT_PART_INSTALL/etc/npmrc
Expand Down

0 comments on commit ca6a7c5

Please sign in to comment.