Skip to content

Commit

Permalink
Merge pull request #94 from acesnik/v8update
Browse files Browse the repository at this point in the history
update v8
  • Loading branch information
dhirschfeld authored Jun 28, 2024
2 parents 6060fe0 + 00bb540 commit ca71a82
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -18,8 +14,5 @@ libcurl:
- '8'
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
- '1'
10 changes: 4 additions & 6 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -19,4 +17,4 @@ macos_machine:
target_platform:
- osx-64
zlib:
- '1.2'
- '1'
6 changes: 2 additions & 4 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
MACOSX_SDK_VERSION:
- '11.0'
channel_sources:
- conda-forge
Expand All @@ -19,4 +17,4 @@ macos_machine:
target_platform:
- osx-arm64
zlib:
- '1.2'
- '1'
2 changes: 0 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% set sdk_version = "8.0.204" %}
{% set runtime_version = "8.0.4" %}
{% set sha256 = "c6ecb0c1897e217e8d20153a0119276ee1091c0600aecf2aca8e674c3575942e" %} # [aarch64]
{% set sha256 = "0ec834dc0f11a994057cd05d84c6250db726457f2fe308091d50543a5285dd15" %} # [linux]
{% set sha256 = "f8bc77d6ae347fa5611cef1c4c011bacda04ab0458f991522a6a3519379c6174" %} # [arm64]
{% set sha256 = "cb1379232ecf76b360b4e29bd1ff67a59ce51531d0322569bb87d44b07279059" %} # [osx]
{% set sha256 = "908d00feb496c7ccdfc6271edb9b79c3110feb1b48f96ff2417b4fc97d5d9211" %} # [win]
{% set sdk_version = "8.0.302" %}
{% set runtime_version = "8.0.6" %}
{% set sha256 = "8cc5b1216e0ef019199bbe5907cbe24d6110a6fd4c836c6892349a4532184337" %} # [aarch64]
{% set sha256 = "8c84340e7bbbe478463debb9230e18d5b1a94583c2ebc04eb28a39a232b37f55" %} # [linux]
{% set sha256 = "0a786792c6ff41a7cf3c5d43bc2bbffe4a96a9c9df709cb816111ff670d33eb9" %} # [arm64]
{% set sha256 = "183d575fe4604cac142145204f202857ceaf6dcda5a21e7d04df2b719d44d761" %} # [osx]
{% set sha256 = "ddb7dc983df37b20bd03b57c27c1ecdc3eee8f7187cca9d6498023381f912dc0" %} # [win]
{% set platform = "linux-arm64" %} # [aarch64]
{% set platform = "linux-x64" %} # [linux]
{% set platform = "osx-arm64" %} # [arm64]
Expand Down

0 comments on commit ca71a82

Please sign in to comment.