Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #77 from regro-cf-autotick-bot/bot-pr_arch_h96d9bc
Browse files Browse the repository at this point in the history
Arch Migrator
  • Loading branch information
mfansler authored Oct 19, 2023
2 parents 478eaef + 66c7342 commit 63d018a
Show file tree
Hide file tree
Showing 16 changed files with 349 additions and 85 deletions.
53 changes: 8 additions & 45 deletions .azure-pipelines/azure-pipelines-win.yml

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

37 changes: 37 additions & 0 deletions .ci_support/linux_aarch64_r_base4.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
libgdal:
- '3.7'
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
proj:
- 9.3.0
r_base:
- '4.2'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
37 changes: 37 additions & 0 deletions .ci_support/linux_aarch64_r_base4.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
libgdal:
- '3.7'
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
proj:
- 9.3.0
r_base:
- '4.3'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
33 changes: 33 additions & 0 deletions .ci_support/linux_ppc64le_r_base4.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
libgdal:
- '3.7'
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
proj:
- 9.3.0
r_base:
- '4.2'
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
33 changes: 33 additions & 0 deletions .ci_support/linux_ppc64le_r_base4.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cran_mirror:
- https://cran.r-project.org
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
libgdal:
- '3.7'
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
proj:
- 9.3.0
r_base:
- '4.3'
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
7 changes: 0 additions & 7 deletions .ci_support/migrations/proj930.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .ci_support/migrations/r_base43.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .ci_support/osx_64_r_base4.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -13,7 +13,7 @@ cran_mirror:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
libgdal:
- '3.7'
macos_machine:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_r_base4.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -13,7 +13,7 @@ cran_mirror:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
libgdal:
- '3.7'
macos_machine:
Expand Down
9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

8 changes: 4 additions & 4 deletions .scripts/run_osx_build.sh

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

Loading

0 comments on commit 63d018a

Please sign in to comment.