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

conda-build: Add workflow for Windows #2252

Draft
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

jjerphan
Copy link
Collaborator

Reference Issues/PRs

What does this implement or fix?

Any other comments?

Checklist

Checklist for code changes...
  • Have you updated the relevant docstrings, documentation and copyright notice?
  • Is this contribution tested against all ArcticDB's features?
  • Do all exceptions introduced raise appropriate error messages?
  • Are API changes highlighted in the PR description?
  • Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?

@jjerphan jjerphan added the patch Small change, should increase patch version label Mar 19, 2025
@jjerphan jjerphan force-pushed the build/windows-conda-build branch 7 times, most recently from 9e226d0 to 0520427 Compare March 20, 2025 10:09
@jjerphan jjerphan changed the title ci: Add workflow for Windows conda-build: Add workflow for Windows Mar 21, 2025
@jjerphan jjerphan force-pushed the build/windows-conda-build branch 5 times, most recently from 6bf1b60 to 099d3a5 Compare March 24, 2025 12:26
jjerphan added 15 commits March 24, 2025 13:58
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
@jjerphan jjerphan force-pushed the build/windows-conda-build branch from 8f194ff to c350372 Compare March 24, 2025 13:05
@jjerphan jjerphan force-pushed the build/windows-conda-build branch 13 times, most recently from 27dd126 to cfbb45f Compare March 26, 2025 15:21
jjerphan added 11 commits March 26, 2025 16:57
Signed-off-by: Julien Jerphanion <[email protected]>
- Use cmd.exe instead of bash (cl is only usable from it)
- Use Ninja
- Unset `CMAKE_GENERATOR_PLATFORM` and `CMAKE_GENERATOR_TOOLSET`
(not needed and unsupported by Ninja)

Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
Given:

```
2025-03-26T15:53:44.0857462Z D:\a\ArcticDB\ArcticDB\cpp\arcticdb\version\python_bindings.cpp(235): error C2440: 'return': cannot convert from 'pybind11::tuple (__cdecl *)(arcticdb::VariantId,const std::string,std::shared_ptr<arcticdb::pipelines::ReadQuery> &,const arcticdb::ReadOptions &)' to 'pybind11::tuple (__cdecl *)(arcticdb::VariantId,const std::string (__cdecl *)(void),std::shared_ptr<arcticdb::pipelines::ReadQuery> &,const arcticdb::ReadOptions &)'
2025-03-26T15:53:44.1099966Z D:\a\ArcticDB\ArcticDB\cpp\arcticdb\version\python_bindings.cpp(235): note: This conversion requires a reinterpret_cast, a C-style cast or function-style cast
2025-03-26T15:53:44.1430769Z D:\a\ArcticDB\ArcticDB\cpp\arcticdb\version\python_bindings.cpp(235): error C2440: 'return': cannot convert from 'pybind11::tuple (__vectorcall *)(arcticdb::VariantId,const std::string,std::shared_ptr<arcticdb::pipelines::ReadQuery> &,const arcticdb::ReadOptions &)' to 'pybind11::tuple (__vectorcall *)(arcticdb::VariantId,const std::string (__cdecl *)(void),std::shared_ptr<arcticdb::pipelines::ReadQuery> &,const arcticdb::ReadOptions &)'
2025-03-26T15:53:59.0922987Z D:\a\ArcticDB\ArcticDB\cpp\arcticdb\version\python_bindings.cpp(235): note: This conversion requires a reinterpret_cast, a C-style cast or function-style cast
```

Signed-off-by: Julien Jerphanion <[email protected]>
@jjerphan jjerphan force-pushed the build/windows-conda-build branch 3 times, most recently from abe2f08 to 6d038dc Compare March 27, 2025 08:03
@jjerphan jjerphan force-pushed the build/windows-conda-build branch from 6d038dc to a252a8e Compare March 27, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Small change, should increase patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant