Revert "nodejs: use ninja to speed up build (#5463)" (#5532)

This reverts commit b8ea8ffa33.
This commit is contained in:
Andrew Phelps 2023-05-18 12:57:25 -07:00 committed by GitHub
parent e4e7190563
commit f859e21728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 16 deletions

View File

@ -6,7 +6,7 @@ Name: nodejs
# WARNINGS: MUST check and update the 'npm_version' macro for every version update of this package.
# The version of NPM can be found inside the sources under 'deps/npm/package.json'.
Version: 16.19.1
Release: 2%{?dist}
Release: 1%{?dist}
License: BSD and MIT and Public Domain and NAIST-2003 and Artistic-2.0
Group: Applications/System
Vendor: Microsoft Corporation
@ -80,10 +80,7 @@ python3 configure.py \
--without-dtrace \
--openssl-use-def-ca-store
# Some build scripts expect a "python" executable - create symlink to python3
ln -sv /usr/bin/python3 /usr/bin/python
%ninja_build -C out/Release
JOBS=4 make %{?_smp_mflags} V=0
%install
@ -117,9 +114,6 @@ make cctest
%{_datadir}/systemtap/tapset/node.stp
%changelog
* Thu May 04 2023 Andrew Phelps <anphel@microsoft.com> - 16.19.1-2
- Speed up compilation by using ninja build system
* Wed Mar 01 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 16.19.1-1
- Auto-upgrade to 16.19.1 - to fix CVE-2023-23936
- Update npm version to 8.19.3 to reflect the actual version of npm bundled with v16.19.1

View File

@ -6,7 +6,7 @@ Name: nodejs18
# WARNINGS: MUST check and update the 'npm_version' macro for every version update of this package.
# The version of NPM can be found inside the sources under 'deps/npm/package.json'.
Version: 18.16.0
Release: 2%{?dist}
Release: 1%{?dist}
License: BSD and MIT and Public Domain and NAIST-2003 and Artistic-2.0
Group: Applications/System
Vendor: Microsoft Corporation
@ -80,10 +80,7 @@ python3 configure.py \
--without-dtrace \
--openssl-use-def-ca-store
# Some build scripts expect a "python" executable - create symlink to python3
ln -sv /usr/bin/python3 /usr/bin/python
%ninja_build -C out/Release
JOBS=4 make %{?_smp_mflags} V=0
%install
@ -117,9 +114,6 @@ make cctest
%{_datadir}/systemtap/tapset/node.stp
%changelog
* Thu May 04 2023 Andrew Phelps <anphel@microsoft.com> - 18.16.0-2
- Speed up compilation by using ninja build system
* Wed Apr 12 2023 Riken Maharjan <rmaharjan@microsoft.com> - 18.16.0-1
- Upgrade to 18.16.0