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

[1.47] shared abseil on windows + test overhaul #240

Merged
merged 15 commits into from
Sep 5, 2022

Conversation

h-vetinari
Copy link
Member

Same as #239

  • Switching to shared abseil on windows (C++17 ABI)
  • Picking up various testing improvements (fully fledged cmake+configure example against the artefacts built here, pkgconfig tests)

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

To keep some sanity while all these migrations are
still ongoing. Need to trick conda smithy as follows, c.f.
conda-forge#236 (comment)

```
diff --git a/.ci_support/migrations/libprotobuf321.yaml b/.ci_support/migrations/libprotobuf321.yaml
deleted file mode 100644
index 41701fa..0000000
--- a/.ci_support/migrations/libprotobuf321.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-__migrator:
-  build_number: 1
-  kind: version
-  migration_number: 1
-libprotobuf:
-- '3.21'
-migrator_ts: 1661531047.2553904
diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml
index 81df92e..b022bac 100644
--- a/recipe/conda_build_config.yaml
+++ b/recipe/conda_build_config.yaml
@@ -2,3 +2,7 @@ c_compiler_version:    # [linux]
 - '11'                 # [linux]
 cxx_compiler_version:  # [linux]
 - '11'                 # [linux]
+libprotobuf:
+- '3.20'
+- '3.21'
```

and then rerender:

MNT: Re-rendered with conda-build 3.22.0, conda-smithy 3.21.1, and conda-forge-pinning 2022.09.04.11.55.37
@h-vetinari
Copy link
Member Author

I'm taking the review of the effectively equivalent #239 as reason enough to merge this.

@h-vetinari h-vetinari merged commit bbd9bf4 into conda-forge:1.47.x Sep 5, 2022
@h-vetinari h-vetinari deleted the cxx17_1.47 branch September 5, 2022 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants