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 17 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?

Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
@jjerphan jjerphan added the patch Small change, should increase patch version label Mar 19, 2025
Signed-off-by: Julien Jerphanion <[email protected]>
@jjerphan jjerphan force-pushed the build/windows-conda-build branch from 5497aed to c4a89ad Compare March 19, 2025 15:02
@jjerphan jjerphan force-pushed the build/windows-conda-build branch from c4a89ad to b359fde Compare March 19, 2025 15:05
Also use `cl` for cache variables.

Signed-off-by: Julien Jerphanion <[email protected]>
@jjerphan jjerphan force-pushed the build/windows-conda-build branch 2 times, most recently from 7b133a9 to 3b62bde Compare March 20, 2025 09:19
Signed-off-by: Julien Jerphanion <[email protected]>
@jjerphan jjerphan force-pushed the build/windows-conda-build branch from 3b62bde to 449e07c Compare March 20, 2025 09:27
A problem with the distribution of rapidcheck on Windows:

```
  CMake Error at C:/Users/runneradmin/micromamba/envs/arcticdb/Library/share/rapidcheck/cmake/rapidcheckConfig.cmake:92 (message):
    The imported target "rapidcheck" references the file
       "C:/Users/runneradmin/micromamba/envs/arcticdb/Library/lib/rapidcheck.lib"
    but this file does not exist.  Possible reasons include:
    * The file was deleted, renamed, or moved to another location.
    * An install or uninstall procedure did not complete successfully.
    * The installation package was faulty and contained
       "C:/Users/runneradmin/micromamba/envs/arcticdb/Library/share/rapidcheck/cmake/rapidcheckConfig.cmake"
    but not all the files it references.
  Call Stack (most recent call first):
    arcticdb/CMakeLists.txt:911 (find_package)
  -- Configuring incomplete, errors occurred!
```

Signed-off-by: Julien Jerphanion <[email protected]>
@jjerphan jjerphan force-pushed the build/windows-conda-build branch from 0929041 to 7f44c50 Compare March 20, 2025 09:51
@jjerphan jjerphan force-pushed the build/windows-conda-build branch 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
Is it unused?

Signed-off-by: Julien Jerphanion <[email protected]>
@jjerphan jjerphan force-pushed the build/windows-conda-build branch from d03caa5 to 6b68a68 Compare March 21, 2025 16:57
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