Skip to content

Commit

Permalink
Merge pull request #130 from h-vetinari/bump
Browse files Browse the repository at this point in the history
LLVM 18.1.7
  • Loading branch information
h-vetinari authored Jun 8, 2024
2 parents 1f20c25 + 41b7b1e commit 88a3cbe
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 33 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

16 changes: 8 additions & 8 deletions .azure-pipelines/azure-pipelines-osx.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ uname_kernel_release:
uname_machine:
- x86_64
version:
- 18.1.6
- 18.1.7
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ uname_kernel_release:
uname_machine:
- arm64
version:
- 18.1.6
- 18.1.7
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uname_kernel_release:
uname_machine:
- x86_64
version:
- 18.1.6
- 18.1.7
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uname_kernel_release:
uname_machine:
- arm64
version:
- 18.1.6
- 18.1.7
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uname_kernel_release:
uname_machine:
- x86_64
version:
- 18.1.6
- 18.1.7
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uname_kernel_release:
uname_machine:
- arm64
version:
- 18.1.6
- 18.1.7
zip_keys:
- - cross_target_platform
- macos_machine
Expand Down
24 changes: 12 additions & 12 deletions README.md

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

2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MACOSX_DEPLOYMENT_TARGET: # [linux]
version:
- 16.0.6
- 17.0.6
- 18.1.6
- 18.1.7

# everything below is zipped
cross_target_platform:
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if version is not defined %}
{% set version = "18.1.6" %}
{% set version = "18.1.7" %}
{% endif %}
{% set major_ver = version.split(".")[0] %}
# first version requiring `__osx >=10.13`; libcxx 18 still in progress
Expand All @@ -9,7 +9,7 @@
{% set libcxx_major = 16 %}
{% endif %}

{% set build_number = 15 %}
{% set build_number = 16 %}

package:
name: clang-compiler-activation
Expand Down

0 comments on commit 88a3cbe

Please sign in to comment.