-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update conda build workflow #126
Conversation
folmos-at-orange
commented
Dec 12, 2023
•
edited
Loading
edited
- Pin mpich version
- Pin conda build version
- Eliminate osx-64 docker
- Add conda build readme
b2bc73d
to
6cf0368
Compare
d2ab52f
to
26abc55
Compare
26abc55
to
ba89e98
Compare
78154b9
to
b1f530f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically, almost LGTM (see the three comments).
However, I think it would be best to run the full Khiops test suite, including the tests for the MPI-related bug KhiopsML/khiops#104, on all supported platforms (Mac x86, Mac ARM, Linux x86), before approving this PR.
3628704
to
3514d82
Compare
3514d82
to
11a3298
Compare
The tests are Ok for the pinned versions. We can merge this. |
547d1fd
to
06d1ad2
Compare
753be4a
to
979761c
Compare
We pin the version of conda-build to not have problems with bugs in recent versions.
1dde790
to
8ba5d5e
Compare
8ba5d5e
to
6d2efcb
Compare
6d2efcb
to
1491731
Compare
1491731
to
2004434
Compare
We eliminate code obtaining the osx-arm64 conda packages to simplify the package workflow. In the meantime we will build and upload the packages for osx-arm64 manually. When we have access to osx-arm64 runners we'll stop to package it manually.
2004434
to
2022eec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM