Skip to content

Conversation

@MichaelGrupp
Copy link
Member

pixi build py-build doesn't exist in the wheel-test-min environment.

Useful when running the tests locally and you wanna build everything. E.g.:

RUST_LOG=debug pixi run -e wheel-test-min python docs/snippets/compare_snippet_output.py --target aarch64-apple-darwin

`pixi build py-build` doesn't exist in the `wheel-test-min` environment.

Useful when running the tests locally and you wanna build everything. E.g.:
```sh
RUST_LOG=debug pixi run -e wheel-test-min python docs/snippets/compare_snippet_output.py --target aarch64-apple-darwin
```
@MichaelGrupp MichaelGrupp added 🔨 testing testing and benchmarks exclude from changelog PRs with this won't show up in CHANGELOG.md labels Dec 17, 2025
print("Building rerun-sdk for Python…")
start_time = time.time()
run(["pixi", "run", "py-build"], env=build_env, timeout=12000)
run(["pixi", "run", "py-build-common"], env=build_env, timeout=12000)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

py-build is an alias for py-build-common in the py env:

rerun/pixi.toml

Line 426 in 819335b

py-build = "pixi run -e py py-build-common"

So I assume this here is better for the min-wheel-test env.

Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

outdated now. py-build-common no longer exists

@Wumpf Wumpf closed this Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exclude from changelog PRs with this won't show up in CHANGELOG.md 🔨 testing testing and benchmarks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants