-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: updates spun off mastiff PR (#2723)
(There are too many things happening in #2230, so I'll open a couple of PRs to simplify it) - Bring tox config as close as possible to `tox 4`, but keep using `tox 3` until [`tox-conda` is compatible with `tox 4`](tox-dev/tox-conda#156). Ended up adding an explicit `'tox>=3.27,<4'` to the conda dev env instructions to get the right version, and remove/replace deprecated options from `tox.ini` - Bump `MACOSX_DEPLOYMENT_TARGET` to `11.0` consistently for maturin and CI. - Remove Python installation for Rust tests in CI (not used) - Clean up `flake.nix` and avoid `naersk`, prefer regular `nixpkgs` tooling now that NixOS/nixpkgs#230596 is merged and we can keep them in sync - Move `.ci/install_cargo.sh` into `cibuildwheel` configuration, set up extra tools needed for `bindgen`/`cbindgen` (libclang and env vars)
- Loading branch information
Showing
9 changed files
with
69 additions
and
102 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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 |
---|---|---|
|
@@ -63,17 +63,6 @@ jobs: | |
toolchain: ${{ matrix.rust }} | ||
override: true | ||
|
||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.8" | ||
|
||
- name: Install dependencies | ||
continue-on-error: ${{ matrix.continue }} | ||
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install -e . | ||
- name: Run tests | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
|
@@ -90,16 +79,6 @@ jobs: | |
toolchain: stable | ||
override: true | ||
|
||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.8" | ||
|
||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install -e . | ||
- uses: actions-rs/[email protected] | ||
with: | ||
crate: cargo-all-features | ||
|
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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