Skip to content

Commit c50f3c6

Browse files
nodejs 18.18.2 (#19)
* nodejs 18.18.2 * Reset the build number
1 parent 2cb4da9 commit c50f3c6

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

recipe/conda_build_config.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ macos_min_version: # [osx]
77
CONDA_BUILD_SYSROOT: # [osx and x86_64]
88
- /opt/MacOSX10.14.sdk # [osx and x86_64]
99

10-
# Use gcc 8 for ppc64le
11-
c_compiler_version: # [ppc64le]
12-
- 8 # [ppc64le]
13-
cxx_compiler_version: # [ppc64le]
14-
- 8 # [ppc64le]
15-
1610
pin_run_as_build:
1711
# libuv is missing run_exports
1812
libuv:

recipe/meta.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "18.16.0" %}
1+
{% set version = "18.18.2" %}
22

33
# NODE_MODULE_VERSION set in src/node_version.h
44
{% set NODE_MODULE_VERSION = 108 %}
@@ -10,18 +10,17 @@ package:
1010
source:
1111
# checksums from https://nodejs.org/dist/vX.Y.Z/SHASUMS256.txt.asc
1212
url: https://nodejs.org/dist/v{{ version }}/node-v{{ version }}.tar.gz # [unix]
13-
sha256: 6a4f5c5d76e5c50cef673099e56f19bc3266ae363f56ca0ab77dd2f3c5088c6d # [unix]
13+
sha256: 509cd2cfc3a515bf2257ed3886b9fac64aeaac2a70ea59c0a6e02e2dbb722132 # [unix]
1414
url: https://nodejs.org/dist/v{{ version }}/node-v{{ version }}-win-x64.zip # [win]
15-
sha256: 4b3bd4cb5570cc217490639e93a7e1b7a7a341981366661e514ce61941824a85 # [win]
15+
sha256: 3bb0e51e579a41a22b3bf6cb2f3e79c03801aa17acbe0ca00fc555d1282e7acd # [win]
1616
patches: # [not win]
1717
- linux-librt.patch # [not win]
1818
- cinttypes.patch # [linux]
1919
- less-shared-intermediate.patch # [not win]
2020
- 0001-Forward-ceilf-floorf.patch # [not win]
21-
- 0002-ppc64le-remove-const.patch # [ppc64le]
2221

2322
build:
24-
number: 1
23+
number: 0
2524
# Anaconda doesn't provide nodejs on s390x because it's not included in SOW packages
2625
skip: True # [s390x]
2726
# Prefix replacement breaks in the binary embedded configurations.
@@ -32,7 +31,7 @@ requirements:
3231
- {{ compiler('c') }} # [not win]
3332
- {{ compiler('cxx') }} # [not win]
3433
- python 3.8 # [not win]
35-
- ninja # [not win]
34+
- ninja-base # [not win]
3635
- pkg-config # [not win]
3736
- patch # [not win]
3837
host:

0 commit comments

Comments
 (0)