-
Notifications
You must be signed in to change notification settings - Fork 5
Add majority of CI features #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
Conversation
… simulator, and docker image for building wheels
jamesaboyle
left a comment
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.
Awesome work :D just a few minor suggestions, but no reason we can't merge it!
| on: [push, pull_request] | ||
|
|
||
| jobs: | ||
| build_wheels: |
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.
I think here we can add an if: clause, to check if the repository is jamesaboyle/SANA-FE (my local mirror)
ci/check_build.rb
Outdated
| end | ||
|
|
||
| #set clang path | ||
| clang_path = "/home/jab23579/useful/clang-20/bin/clang++" |
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.
It might be good if the clang and GCC paths can just be pulled from an environment variable, so we don't have to commit the full path :)
Previously moved some code to be inlined in pipeline.hpp Simply remove the conflicts due to this missing code
Include CI features developed during May and June by Zach and Arsen. These include a new check script with several custom checkers.
[WIP] The GitHub actions / workflow for wheel building is current a WIP. However, we have included a wheel building Docker image for now (only with Linux support).