-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Make ARM build work (not in the CI) #41739
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 10 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
49a570f
CI: Draft of CircleCI for ARM
datapythonista 7cd7aaf
Fixes to circle ci build
datapythonista b3a00f1
Fix typo
datapythonista b3db6bd
Clean up and debug info
datapythonista 6e9457b
Fixing arm downloading right conda
datapythonista 32ec532
passing parameters to run tests
datapythonista 78adf49
Improving cirle ci config
datapythonista 5acb475
Restoring workflow
datapythonista a7c7c79
Adding debug info
datapythonista fccf727
Fixing PATH, removing debug info
datapythonista 7df1f52
Updating conda arm url
datapythonista 0f1257f
Merge master
datapythonista 8ebadbf
Xfailing broken ARM tests
datapythonista c0fd82d
Fixing xpass
datapythonista e8e2cf9
Removing CircleCI config
datapythonista 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
version: 2.1 | ||
|
||
jobs: | ||
test-arm: | ||
machine: | ||
image: ubuntu-2004:202101-01 | ||
resource_class: arm.medium | ||
environment: | ||
ENV_FILE: ci/deps/circle-37-arm64.yaml | ||
PYTEST_WORKERS: auto | ||
PATTERN: "not slow and not network and not clipboard and not arm_slow" | ||
steps: | ||
- checkout | ||
- run: ci/setup_env.sh | ||
- run: PATH=$HOME/miniconda3/envs/pandas-dev/bin:$HOME/miniconda3/condabin:$PATH ci/run_tests.sh | ||
|
||
workflows: | ||
test: | ||
jobs: | ||
- test-arm |
File renamed without changes.
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.
Could use the latest version
https://github.com/conda-forge/miniforge/releases/download/4.10.1-4/Miniforge3-4.10.1-4-Linux-aarch64.sh