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

Use cargo update -w instead of cargo check when prepping prerelease #1500

Merged
merged 1 commit into from Mar 3, 2023

Conversation

jleibs
Copy link
Member

@jleibs jleibs commented Mar 3, 2023

Checklist

Build wheels: https://github.com/rerun-io/rerun/actions/runs/4325886388

@jleibs jleibs marked this pull request as ready for review March 3, 2023 17:36
@jleibs jleibs added the 🧑‍💻 dev experience developer experience (excluding CI) label Mar 3, 2023
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.

We need to wait until all of the jobs are done here https://github.com/rerun-io/rerun/actions/runs/4325886388 buuuuuut it looks like it works fine and saves lots of time! (Linux is already through as of writing)

@Wumpf
Copy link
Member

Wumpf commented Mar 3, 2023

Before:
image

After:
image

🚢🚢🚢🚢🚢🚢🚢🚢🚢🚢🚢🚢🚢

@jleibs jleibs merged commit bcccfa8 into main Mar 3, 2023
@jleibs jleibs deleted the jleibs/cargo_update_on_prerelease branch March 3, 2023 18:28
@@ -185,7 +185,7 @@ jobs:
# This updates the cargo.lock file with the new version numbers and keeps the wheel build from failing
run: |
python3 scripts/version_util.py --patch_prerelease
cargo check
cargo update -w
Copy link
Member

Choose a reason for hiding this comment

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

It is nice to use the full names (--workspace) in checked in files. It helps readability quite a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 dev experience developer experience (excluding CI)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants