Skip to content
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

Build Rust snippets first then run them in parallel as a separate step #9093

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Feb 20, 2025

This should avoid race conditions we're seeing for instance here https://github.com/rerun-io/rerun/actions/runs/13427212000/job/37513736608 and might be overall faster Also, we still didn't run C++ tests in parallel despite already factoring out the build (running CMake in parallel is known to be racy)

  • Tested locally, but want to see main build passing

@Wumpf Wumpf added 🔨 testing testing and benchmarks exclude from changelog PRs with this won't show up in CHANGELOG.md labels Feb 20, 2025
@Wumpf
Copy link
Member Author

Wumpf commented Feb 20, 2025

@rerun-bot full-check

Copy link

Started a full build: https://github.com/rerun-io/rerun/actions/runs/13434129701

This should avoid race conditions we're seeing for instance here https://github.com/rerun-io/rerun/actions/runs/13427212000/job/37513736608 and might be overall faster
Also, we still didn't run C++ tests in parallel despite already factoring out the build (running CMake in parallel is known to be racy)
@Wumpf Wumpf force-pushed the andreas/fix-snippet-comparision-linker-race branch from d350535 to 6ad415d Compare February 20, 2025 11:24
@Wumpf
Copy link
Member Author

Wumpf commented Feb 20, 2025

@rerun-bot full-check

Copy link

Started a full build: https://github.com/rerun-io/rerun/actions/runs/13435511145

Copy link
Member

@emilk emilk left a comment

Choose a reason for hiding this comment

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

Awesome! Small suggestion for name changes, but only if it makes sense

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.

2 participants