Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

5 changes: 5 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-win.yml

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

15 changes: 7 additions & 8 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
perl:
- 5.26.2
- 5.32.1
pin_run_as_build:
perl:
max_pin: x.x.x
zlib:
max_pin: x.x
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
zlib:
- '1.2'
8 changes: 5 additions & 3 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
perl:
- 5.26.2
- 5.32.1
pin_run_as_build:
perl:
max_pin: x.x.x
zlib:
max_pin: x.x
target_platform:
- linux-aarch64
zlib:
- '1.2'
10 changes: 6 additions & 4 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -11,9 +11,11 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
perl:
- 5.26.2
- 5.32.1
pin_run_as_build:
perl:
max_pin: x.x.x
zlib:
max_pin: x.x
target_platform:
- linux-ppc64le
zlib:
- '1.2'
7 changes: 2 additions & 5 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -11,9 +11,6 @@ cxx_compiler_version:
macos_machine:
- x86_64-apple-darwin13.4.0
perl:
- 5.26.2
pin_run_as_build:
perl:
max_pin: x.x.x
- 5.32.1
target_platform:
- osx-64
7 changes: 2 additions & 5 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
channel_sources:
- conda-forge/label/rust_dev,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand All @@ -11,9 +11,6 @@ cxx_compiler_version:
macos_machine:
- arm64-apple-darwin20.0.0
perl:
- 5.32.0
pin_run_as_build:
perl:
max_pin: x.x.x
- 5.32.1
target_platform:
- osx-arm64
7 changes: 2 additions & 5 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- vs2017
perl:
- 5.26.2
pin_run_as_build:
perl:
max_pin: x.x.x
- 5.32.1
target_platform:
- win-64
vc:
Expand Down
31 changes: 0 additions & 31 deletions .drone.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes

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

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

15 changes: 9 additions & 6 deletions .scripts/build_steps.sh

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

7 changes: 5 additions & 2 deletions .scripts/run_docker_build.sh

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

14 changes: 8 additions & 6 deletions .scripts/run_osx_build.sh

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

Loading