Skip to content

Commit 88f3e39

Browse files
authored
Merge pull request #461 from regro-cf-autotick-bot/25.8.1_h1a8c3e
nodejs v25.8.1
2 parents c66ada0 + 4ad3077 commit 88f3e39

11 files changed

Lines changed: 16 additions & 34 deletions

File tree

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/osx_64_.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.15'
2+
- '11.0'
33
MACOSX_SDK_VERSION:
44
- '11.0'
55
brotli:
@@ -13,7 +13,7 @@ c_compiler_version:
1313
c_stdlib:
1414
- macosx_deployment_target
1515
c_stdlib_version:
16-
- '10.15'
16+
- '11.0'
1717
channel_sources:
1818
- conda-forge
1919
channel_targets:

.ci_support/win_64_.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
c_compiler:
2-
- vs2022
3-
c_stdlib:
4-
- vs
51
channel_sources:
62
- conda-forge
73
channel_targets:
84
- conda-forge main
9-
cxx_compiler:
10-
- vs2022
115
target_platform:
126
- win-64

.ci_support/win_arm64_.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
c_compiler:
2-
- vs2022
3-
c_stdlib:
4-
- vs
51
channel_sources:
62
- conda-forge
73
channel_targets:
84
- conda-forge main
9-
cxx_compiler:
10-
- vs2022
115
target_platform:
126
- win-arm64

.github/workflows/conda-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
timeout-minutes: 360
2020
strategy:
2121
fail-fast: false
22+
max-parallel: 50
2223
matrix:
2324
include:
2425
- CONFIG: linux_64_
@@ -34,7 +35,7 @@ jobs:
3435
steps:
3536

3637
- name: Checkout code
37-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3839

3940
- name: Build on Linux
4041
id: build-linux

.scripts/build_steps.sh

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.txt

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-locally.py

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/conda_build_config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
c_stdlib_version: # [(osx and x86_64) or linux]
2-
- '10.15' # [osx and x86_64]
1+
c_stdlib_version: # [linux]
32
- "2.28" # [linux]
43
github_actions_labels: # [linux]
54
- cirun-openstack-cpu-large # [linux]
6-
MACOSX_SDK_VERSION: # [osx and x86_64]
7-
- "11.0" # [osx and x86_64]
85

96
# void creating spurious jobs due to multiple global pins for the package we're building here
107
nodejs:

0 commit comments

Comments
 (0)