Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '19'
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '78'
libabseil:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '19'
github_actions_labels:
- cirun-openstack-cpu-large
icu:
- '78'
libabseil:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2022
github_actions_labels:
- cirun-openstack-cpu-large
target_platform:
- win-64
2 changes: 0 additions & 2 deletions .ci_support/win_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2022
github_actions_labels:
- cirun-openstack-cpu-large
target_platform:
- win-arm64
10 changes: 5 additions & 5 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

context:
version: "25.2.1"
version: "25.5.0"
# NODE_MODULE_VERSION set in src/node_version.h
NODE_MODULE_VERSION: 141

Expand All @@ -14,7 +14,7 @@ source:
- if: unix
then:
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}.tar.gz
sha256: 1cbbdb66f99e0c41937eb8763c57e622eab43006742dc4d0856270b17215e376
sha256: 334569dc43eb427af5ca97e330ab8752cbac19a2a70d476a97aa194f79010b07
patches:
- patches/0001-stop-removing-librt.patch
- patches/0002-include-obj-name-in-shared-intermediate.patch
Expand All @@ -23,14 +23,14 @@ source:
- if: target_platform == "win-64"
then:
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-x64.zip
sha256: f97ba75ead7720652f3925d9cf8661e083a28c6b98ea77acc83903d77a9dd688
sha256: 4d2773e98d3f35d172478d5101de1f571d851053d2ed67bbe39a5bdeae87d804
- if: target_platform == "win-arm64"
then:
url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-arm64.zip
sha256: e2a3eda9fabf97929274cc9cbbf4f374743765630cbb1691a22d01040b0cf23a
sha256: 7ca3d9bb4bf745e4bcd7b6ae6840c37fbd12da909ee5df6b932af42cdd997a19

build:
number: 2
number: 0
# Prefix replacement breaks in the binary embedded configurations.
prefix_detection:
ignore_binary_files: true
Expand Down
Loading