-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
CI Adapt Circle CI script for ARM #21174
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5221d06
CI Adapt Circle CI script for ARM
jjerphan b57f219
Apply review suggestions
jjerphan 6dead95
Use the latest supported version of python
jjerphan 664dd21
Initialise mamba before activating the environment
jjerphan 7f90a7a
Source environment directly
jjerphan c723fe3
Build in editable mode
jjerphan 20efa5e
Change directory to have proper module resolution
jjerphan 2a49a8f
Use mamba consistently
jjerphan b791c85
Use a single cache for linux-arm64
jjerphan fd5eaff
Correctly resolve sklearn for pytest
jjerphan dbeade6
Be verbose on ccache setup and usage
jjerphan 383a9ab
Test using as many workers as available cores
jjerphan 739c7d6
Correct path of ccache cache directory
jjerphan b0bde20
[cd build] Trigger CI to test ccache cache usage
jjerphan ba4a498
[DEBUG] Use another CircleCI cache to test ccache setup
jjerphan 3727b7b
[DEBUG] Test if the ccache's cache was populated
jjerphan 96821dd
[DEBUG] List cache content
jjerphan 64aa742
[DEBUG] Unset ccache limits
jjerphan f0aca1d
[DEBUG] Use yet another CircleCI cache to test ccache setup
jjerphan 0b77c7f
[DEBUG] Inspect ccache cache again
jjerphan 1cbe365
Remove trailing slash in PATH
jjerphan 8d8a134
[DEBUG] Build the project in the source tree
jjerphan b0572b7
[DEBUG] Add source folder to Circle CI cache
jjerphan e384508
[DEBUG] Use yet another Circle CI cache
jjerphan 030262a
[DEBUG] Use yet another Circle CI cache
jjerphan b35797c
[DEBUG] Revert to correct key names
jjerphan 47a7fbc
[DEBUG] Remove temporary logging
jjerphan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
If we cache the whole build directory, I do not think we need ccache anymore. But we can leave it as is since the PR is already a net improvement.
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.
That's an interesting point :)