Skip to content

Commit c291318

Browse files
authored
Merge pull request #252 from h-vetinari/rc
llvmdev 18.1.0.rc1
2 parents b778c1b + c1cc389 commit c291318

21 files changed

+238
-93
lines changed

.azure-pipelines/azure-pipelines-linux.yml

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

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

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

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 11 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ cxx_compiler_version:
1111
docker_image:
1212
- quay.io/condaforge/linux-anvil-cos7-x86_64
1313
libxml2:
14-
- '2.11'
14+
- '2'
1515
pin_run_as_build:
1616
python:
1717
min_pin: x.x
1818
max_pin: x.x
1919
python:
2020
- 3.10.* *_cpython
21+
- 3.11.* *_cpython
2122
- 3.8.* *_cpython
2223
- 3.9.* *_cpython
2324
target_platform:

.ci_support/linux_aarch64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cxx_compiler_version:
1515
docker_image:
1616
- quay.io/condaforge/linux-anvil-cos7-x86_64
1717
libxml2:
18-
- '2.11'
18+
- '2'
1919
target_platform:
2020
- linux-aarch64
2121
zlib:

.ci_support/linux_ppc64le_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cxx_compiler_version:
1111
docker_image:
1212
- quay.io/condaforge/linux-anvil-cos7-x86_64
1313
libxml2:
14-
- '2.11'
14+
- '2'
1515
target_platform:
1616
- linux-ppc64le
1717
zlib:

.ci_support/migrations/libxml2211.yaml renamed to .ci_support/migrations/libxml2212.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ __migrator:
33
kind: version
44
migration_number: 1
55
libxml2:
6-
- '2.11'
7-
migrator_ts: 1684203491.9767957
6+
- '2.12'
7+
migrator_ts: 1700445986.2150207

.ci_support/osx_64_.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ channel_targets:
99
cxx_compiler:
1010
- clang_bootstrap
1111
cxx_compiler_version:
12-
- '15'
12+
- '16'
1313
libxml2:
14-
- '2.11'
14+
- '2'
1515
macos_machine:
1616
- x86_64-apple-darwin13.4.0
1717
target_platform:

.ci_support/osx_arm64_.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ channel_targets:
77
cxx_compiler:
88
- clang_bootstrap
99
cxx_compiler_version:
10-
- '15'
10+
- '16'
1111
libxml2:
12-
- '2.11'
12+
- '2'
1313
macos_machine:
1414
- arm64-apple-darwin20.0.0
1515
target_platform:

.ci_support/win_64_.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channel_targets:
55
cxx_compiler:
66
- vs2019
77
libxml2:
8-
- '2.11'
8+
- '2'
99
target_platform:
1010
- win-64
1111
zlib:

0 commit comments

Comments
 (0)