forked from rerun-io/rerun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pixi to 0.34 and add new script to check pixi / rust versions (r…
…erun-io#7893) ### What - These things are managed outside of pixi itself. It's nice to have an easy way to sanity check them. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/7893?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/7893?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! * [x] If have noted any breaking changes to the log API in `CHANGELOG.md` and the migration guide - [PR Build Summary](https://build.rerun.io/pr/7893) - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) To run all checks from `main`, comment on the PR with `@rerun-bot full-check`.
- Loading branch information
Showing
31 changed files
with
126 additions
and
48 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Wait a few seconds | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Check PR checkboxes | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Python format check | ||
run: pixi run py-fmt-check | ||
|
@@ -63,7 +63,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
environments: py-docs | ||
|
||
- name: Build via mkdocs | ||
|
@@ -82,7 +82,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Codegen check | ||
run: pixi run codegen --force --check | ||
|
@@ -95,7 +95,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Rust checks & tests | ||
run: pixi run rs-check --skip individual_crates docs_slow | ||
|
@@ -108,7 +108,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Rerun lints | ||
run: pixi run lint-rerun | ||
|
@@ -153,7 +153,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
environments: cpp | ||
|
||
# TODO(emilk): make this work somehow. Right now this just results in | ||
|
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 |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
environments: wheel-test-min | ||
|
||
- name: Build rerun-cli | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Update PR description | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Get version | ||
id: versioning | ||
|
@@ -58,7 +58,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
environments: py-docs | ||
|
||
- name: Install rerun-sdk | ||
|
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 |
---|---|---|
|
@@ -87,7 +87,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Update crate versions | ||
id: versioning | ||
|
@@ -398,7 +398,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: git config | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
# Only has the deps for round-trips. Not all examples. | ||
environments: wheel-test-min | ||
|
||
|
@@ -169,7 +169,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Render benchmark result | ||
if: github.ref == 'refs/heads/main' | ||
|
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 |
---|---|---|
|
@@ -164,7 +164,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Build web-viewer (release) | ||
run: pixi run rerun-build-web-release | ||
|
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 |
---|---|---|
|
@@ -189,7 +189,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Get sha | ||
id: get-sha | ||
|
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,7 +63,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
environments: wheel-test | ||
|
||
- name: Download Wheel | ||
|
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 |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Install yarn dependencies | ||
run: pixi run yarn --cwd rerun_js install | ||
|
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 |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Build web-viewer (release) | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Codegen check | ||
run: pixi run codegen --force --check | ||
|
@@ -79,7 +79,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
|
@@ -118,15 +118,15 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Run linter | ||
run: | | ||
# double quoting because pixi does its own glob expansion | ||
pixi run mdlint --glob "'docs/content/**/*.md'" | ||
pixi run mdlint --glob "'examples/python/*/README.md'" | ||
pixi run mdlint --glob "'examples/cpp/*/README.md'" | ||
pixi run mdlint --glob "'examples/rust/*/README.md'" | ||
# Single quoted because pixi does its own glob expansion | ||
pixi run mdlint --glob 'docs/content/**/*.md' | ||
pixi run mdlint --glob 'examples/python/*/README.md' | ||
pixi run mdlint --glob 'examples/cpp/*/README.md' | ||
pixi run mdlint --glob 'examples/rust/*/README.md' | ||
# --------------------------------------------------------------------------- | ||
|
||
|
@@ -154,7 +154,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: prettier --check | ||
run: pixi run misc-fmt-check | ||
|
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 |
---|---|---|
|
@@ -68,7 +68,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
environments: cpp | ||
|
||
- name: Set up Rust | ||
|
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Python format check | ||
run: pixi run py-fmt-check | ||
|
@@ -55,7 +55,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
environments: py-docs | ||
|
||
- name: Build via mkdocs | ||
|
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,7 +63,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Rust checks & tests | ||
if: ${{ inputs.CHANNEL == 'pr' }} | ||
|
@@ -103,7 +103,7 @@ jobs: | |
# Building with `--all-features` requires extra build tools like `nasm`. | ||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Download test assets | ||
run: pixi run python ./tests/assets/download_test_assets.py | ||
|
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 |
---|---|---|
|
@@ -73,7 +73,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
environments: py-docs | ||
|
||
- name: Set up git author | ||
|
@@ -145,7 +145,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Delete existing /target/doc | ||
run: rm -rf ./target/doc | ||
|
@@ -199,7 +199,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Doxygen C++ docs | ||
run: pixi run -e cpp cpp-docs | ||
|
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- id: "auth" | ||
uses: google-github-actions/auth@v2 | ||
|
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 |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Publish packages | ||
env: | ||
|
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 |
---|---|---|
|
@@ -76,7 +76,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
environments: wheel-test | ||
|
||
# built by `reusable_build_and_publish_wheels` | ||
|
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 |
---|---|---|
|
@@ -160,7 +160,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- id: "auth" | ||
uses: google-github-actions/auth@v2 | ||
|
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Build web-viewer (release) | ||
run: pixi run rerun-build-web-release | ||
|
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
environments: wheel-test | ||
|
||
- name: Download Wheel | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- id: "auth" | ||
uses: google-github-actions/auth@v2 | ||
|
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 |
---|---|---|
|
@@ -147,7 +147,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
# Only has the deps for round-trips. Not all examples. | ||
environments: wheel-test-min | ||
|
||
|
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 |
---|---|---|
|
@@ -191,7 +191,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Render benchmark result | ||
if: github.ref == 'refs/heads/main' | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
pixi-version: v0.34.0 | ||
|
||
- name: Update PR description | ||
run: | | ||
|
Oops, something went wrong.