Skip to content

Commit

Permalink
Merge pull request #6 from cofinoa/add_variants
Browse files Browse the repository at this point in the history
Add r_base variants
  • Loading branch information
cofinoa authored Nov 21, 2023
2 parents e94009c + 9fde124 commit 6cd9e1c
Show file tree
Hide file tree
Showing 11 changed files with 91 additions and 33 deletions.
20 changes: 15 additions & 5 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: 16 additions & 0 deletions .ci_support/linux_64_r_base3.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '3.6'
target_platform:
- linux-64
16 changes: 16 additions & 0 deletions .ci_support/linux_64_r_base4.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.0'
target_platform:
- linux-64
16 changes: 16 additions & 0 deletions .ci_support/linux_64_r_base4.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
r-base:
min_pin: x.x
max_pin: x.x
r_base:
- '4.1'
target_platform:
- linux-64
17 changes: 0 additions & 17 deletions .ci_support/migrations/r_base43.yaml

This file was deleted.

22 changes: 15 additions & 7 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.

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion README.md

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

6 changes: 6 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
r_base:
- 3.6
- 4.0
- 4.1
- 4.2
- 4.3
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
merge_build_host: true # [win]
number: 0
number: 1
noarch: generic
rpaths:
- lib/R/lib/
Expand Down

0 comments on commit 6cd9e1c

Please sign in to comment.