-
Notifications
You must be signed in to change notification settings - Fork 6
Make CI workflow updates, enhancements, & performance tweaks #30
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
39 commits
Select commit
Hold shift + click to select a range
efd4d43
Use `-j` option with `cmake --build`, for speedup
mhucka 13f39b2
Update versions of GitHub Actions used
mhucka d404545
Add Python 3.13 to the build matrix
mhucka b09c852
Set number of `make` jobs based on actions runner
mhucka be5470e
Tell setup-python to use the pip cache
mhucka 87aeab9
Add workflow-level default permissions declaration
mhucka ceebc02
Support manual workflow invocation
mhucka 7d45757
Pin the version of setup-bazel and gh-action-pypi-publish
mhucka 82ebdb1
Fix syntax error
mhucka 8d3c31b
Update macOS distributions in the matrix
mhucka 2318b7d
Add debugging options for manual invocations
mhucka 0cf2b3e
Update version of cibuildwheel used
mhucka 85fecac
Remove unnecessary installation of cibuildwheel in one of the jobs
mhucka e427173
Support pytest parallel execution using pytest-xdist
mhucka 16a0016
Use apt-get install clang instead of 3rd-party action
mhucka b800f2f
Make git not print message about detached heads
mhucka af2bfc6
Seems that sudo is needed after all
mhucka 52e80f5
Remove unnecessary "mkdir"
mhucka a43ead5
Put testing into build_sdist and remove check_sdist_installs
mhucka a05c86b
Remove merge_upload_artifacts
mhucka 7aabee4
Add debug flag in pip install step of build_sdist
mhucka 9f3cd88
Make upload_dev_release_to_pypi depend on test results
mhucka 2893578
Update build_dist to build more arch & Python versions
mhucka 7d6f071
Fix typo
mhucka 2777a3c
Update version of stim used in cibw tests
mhucka 1e3ebc1
Make windows builds work
mhucka a2fd28f
Specify python version for all `actions/setup-python` uses
mhucka 8e894af
Only run delvewheel on AMD64 Windows
mhucka dd0d317
macos-14 apparently needs a target of 11.0, not 10.15
mhucka ac72bf2
Don't try to upload to pypi if the user is not quantumlib
mhucka f6f6736
Set a couple more Windows-related variables for cibuildwheel
mhucka b45aa4f
Use same ubuntu version for all runners
mhucka 6e10af4
Correction to runners for linux arm
mhucka d6aae10
Correction to runners for Windows arm
mhucka ba69a3e
Give up on Windows arm64 version
mhucka 4ac4031
build_clang wasn't actually using clang
mhucka 1f98130
Don't limit CPUs with `make -j`
mhucka 73b5729
Merge branch 'main' into mh-update-ci
mhucka 03c9c23
Don't disable color after all
mhucka 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.