Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add migration for r-base 4.3 #4363

Merged
merged 8 commits into from
Jun 10, 2023
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
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ ruby:
- 2.5
- 2.6
r_base:
- 4.1
- 4.1 # [win]
- 4.2 # [not win]
scotch:
- 6.0.9
Expand Down
17 changes: 17 additions & 0 deletions recipe/migrations/r-base43.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
migrator_ts: 1682187595
__migrator:
kind: version
migration_number: 1
bump_number: 1
operation: key_add
commit_message: "Rebuild for r-base 4.3"
primary_key: r_base
automerge: True
longterm: True
include_noarch: True
pr_limit: 4
dpryan79 marked this conversation as resolved.
Show resolved Hide resolved
conda_forge_yml_patches:
provider.win_64: win_disabled
Comment on lines +13 to +14
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, could there be a syntax error here? This seems to be the main change relative to the old migrator


r_base:
- 4.3 # [not win]