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

Prevent builds on crate verification workflow #685

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

dannycjones
Copy link
Contributor

Description of change

This prevents issues where some of the crates are updated but not published yet. Cargo tries to build the crate using the version of its dependency on crates.io, as if its about to be published. In many cases, we want to update our crates over a few commits before later publishing each of the crates together.

Example of the issue: https://github.com/awslabs/mountpoint-s3/actions/runs/7356232845/job/20026056240?pr=684#step:5:229

This is not the same as the issue described in #658, although the cause is similar. This change will not resolve that issue, as in that issue the metadata itself isn't available.

Relevant issues: N/A

Does this change impact existing behavior?

Workflow change only.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).

This prevents issues where some of the crates are updated but not published yet.
Cargo tries to build the crate using the version of its dependency on crates.io, as if its about to be published.
In many cases, we want to update our crates over a few commits before later publishing each of the crates together.

Example of the issue: https://github.com/awslabs/mountpoint-s3/actions/runs/7356232845/job/20026056240?pr=684#step:5:229

Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
@dannycjones
Copy link
Contributor Author

Fix for clippy failures: #686.

@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 12:15 — with GitHub Actions Inactive
@dannycjones dannycjones had a problem deploying to PR integration tests January 2, 2024 12:15 — with GitHub Actions Failure
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 12:15 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 12:15 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 12:15 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 12:15 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 12:15 — with GitHub Actions Inactive
@dannycjones dannycjones enabled auto-merge January 2, 2024 12:16
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 14:08 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 14:08 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 14:08 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 14:08 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 14:08 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 14:08 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests January 2, 2024 14:08 — with GitHub Actions Inactive
@dannycjones dannycjones requested a review from passaro January 3, 2024 15:10
@dannycjones dannycjones added this pull request to the merge queue Jan 3, 2024
Merged via the queue into awslabs:main with commit 5e41487 Jan 3, 2024
24 checks passed
@dannycjones dannycjones deleted the relax-crate-workflow branch January 3, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants