diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 98cd05f..0488bf3 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -15,7 +15,7 @@ cxx_compiler: cxx_compiler_version: - '14' docker_image: -- quay.io/condaforge/linux-anvil-x86_64:alma9 +- quay.io/condaforge/linux-anvil-x86_64:alma10 github_actions_labels: - namespace-profile-16cpu-on-linux-64 icu: diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index 7f52ab0..2858929 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -15,7 +15,7 @@ cxx_compiler: cxx_compiler_version: - '14' docker_image: -- quay.io/condaforge/linux-anvil-aarch64:alma9 +- quay.io/condaforge/linux-anvil-aarch64:alma10 github_actions_labels: - namespace-profile-8cpu-on-linux-aarch64 icu: diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 1fde2c6..4fc5a37 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -23,7 +23,7 @@ jobs: matrix: include: - CONFIG: linux_64_ - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9 + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma10 STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True build_workspace_dir: build_artifacts @@ -35,7 +35,7 @@ jobs: runs_on: ['namespace-profile-16cpu-on-linux-64;container.privileged=true;container.mount-scratch=true'] tools_install_dir: ~/miniforge3 - CONFIG: linux_aarch64_ - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64:alma9 + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64:alma10 STORE_BUILD_ARTIFACTS: False UPLOAD_PACKAGES: True build_workspace_dir: build_artifacts diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 5a9f62b..37aa34d 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -1,7 +1,7 @@ schema_version: 1 context: - version: 22.23.1 + version: 22.23.2 # NODE_MODULE_VERSION set in src/node_version.h NODE_MODULE_VERSION: 127 @@ -14,7 +14,7 @@ source: - if: unix then: url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}.tar.gz - sha256: f40ff2e6b99196271caffae2b240e9148d66675994afd00e522dad7ecce6f27b + sha256: cdaed46fcd8923a55974b7bbc7caaadeaaf7aed60cc137e59837b72f575ef641 patches: - patches/0001-stop-removing-librt.patch - patches/0002-include-obj-name-in-shared-intermediate.patch @@ -22,11 +22,11 @@ source: - if: target_platform == "win-64" then: url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-x64.zip - sha256: 7df0bc9375723f4a86b3aa1b7cc73342423d9677a8df4538aca31a049e309c29 + sha256: 1177b4137ba5adaa56354ae40f1080c7450e8ae09cecb47da459d1c52ac99f97 - if: target_platform == "win-arm64" then: url: https://nodejs.org/dist/v${{ version }}/node-v${{ version }}-win-arm64.zip - sha256: b470fdfe3502c05151656e06d495e3f47544f2ee8b1d9c8705090f2dd5996bd0 + sha256: fec025a6da31757e3b6af84c5a1628e9d38442ca99a2161091d78f2fcfa35ef3 build: number: 0