Skip to content

Commit

Permalink
Update pixi github action 0.3.0->0.4.1 (#4356)
Browse files Browse the repository at this point in the history
### What

### 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 [app.rerun.io](https://app.rerun.io/pr/4356) (if
applicable)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/4356)
- [Docs
preview](https://rerun.io/preview/e05631a033cb8f9c872cad29cb810b209c65dd2e/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/e05631a033cb8f9c872cad29cb810b209c65dd2e/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
  • Loading branch information
Wumpf authored and teh-cmc committed Nov 30, 2023
1 parent 579bdb9 commit ba5bf92
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/contrib_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: prefix-dev/setup-pixi@v0.3.0
- uses: prefix-dev/setup-pixi@v0.4.1
with:
pixi-version: v0.6.0

Expand All @@ -317,4 +317,3 @@ jobs:
pixi run cpp-clean
RERUN_WERROR=ON RERUN_USE_ASAN=ON CXX=g++ pixi run cpp-build-all
RERUN_WERROR=ON RERUN_USE_ASAN=ON CXX=g++ pixi run cpp-test
3 changes: 1 addition & 2 deletions .github/workflows/reusable_build_and_upload_rerun_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}
targets: ${{ needs.set-config.outputs.TARGET }}

- uses: prefix-dev/setup-pixi@v0.3.0
- uses: prefix-dev/setup-pixi@v0.4.1
with:
pixi-version: v0.6.0

Expand Down Expand Up @@ -189,4 +189,3 @@ jobs:
path: "./target/${{ needs.set-config.outputs.TARGET }}/release/${{ needs.set-config.outputs.BIN_NAME }}"
destination: "rerun-builds/adhoc/${{inputs.ADHOC_NAME}}/rerun-cli/${{ inputs.PLATFORM }}"
parent: false

3 changes: 1 addition & 2 deletions .github/workflows/reusable_build_web_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: ${{ inputs.WHEEL_ARTIFACT_NAME }}
path: wheel

- uses: prefix-dev/setup-pixi@v0.3.0
- uses: prefix-dev/setup-pixi@v0.4.1
with:
pixi-version: v0.6.0

Expand Down Expand Up @@ -91,4 +91,3 @@ jobs:
with:
name: web_demo
path: web_demo

3 changes: 1 addition & 2 deletions .github/workflows/reusable_build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}

- uses: prefix-dev/setup-pixi@v0.3.0
- uses: prefix-dev/setup-pixi@v0.4.1
with:
pixi-version: v0.6.0

Expand Down Expand Up @@ -167,4 +167,3 @@ jobs:
with:
name: ${{inputs.WHEEL_ARTIFACT_NAME}}
path: dist

3 changes: 1 addition & 2 deletions .github/workflows/reusable_checks_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || '' }}

- uses: prefix-dev/setup-pixi@v0.3.0
- uses: prefix-dev/setup-pixi@v0.4.1
with:
pixi-version: v0.6.0

Expand All @@ -91,4 +91,3 @@ jobs:
${{ matrix.extra_env_vars }} RERUN_WERROR=ON pixi run cpp-build-all
${{ matrix.extra_env_vars }} RERUN_WERROR=ON pixi run cpp-test
${{ matrix.additional_commands }}
2 changes: 1 addition & 1 deletion .github/workflows/reusable_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
fetch-depth: 0 # Don't do a shallow clone since we need to push gh-pages
ref: ${{ inputs.RELEASE_COMMIT || (github.event_name == 'pull_request' && github.event.pull_request.head.ref || '') }}

- uses: prefix-dev/setup-pixi@v0.3.0
- uses: prefix-dev/setup-pixi@v0.4.1
with:
pixi-version: v0.6.0

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/reusable_publish_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}

- uses: prefix-dev/setup-pixi@v0.3.0
- uses: prefix-dev/setup-pixi@v0.4.1
with:
pixi-version: v0.6.0

Expand Down Expand Up @@ -166,4 +166,3 @@ jobs:
shell: bash
run: |
gsutil -m cp -r 'gs://rerun-demo/version/${{ inputs.release-version }}/*' gs://rerun-demo/version/latest
3 changes: 1 addition & 2 deletions .github/workflows/reusable_release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
ref: ${{ inputs.RELEASE_COMMIT || (github.event_name == 'pull_request' && github.event.pull_request.head.ref || '') }}

- uses: prefix-dev/setup-pixi@v0.3.0
- uses: prefix-dev/setup-pixi@v0.4.1
with:
pixi-version: v0.6.0

Expand Down Expand Up @@ -52,4 +52,3 @@ jobs:
run: |
pixi run python -m pip install -r scripts/ci/requirements-crates.txt
pixi run python scripts/ci/crates.py publish --token ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit ba5bf92

Please sign in to comment.