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

fix(ci): always serialize upload_files #1420

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mistydemeo
Copy link
Contributor

While it's usually an error if we received a totally empty set of artifacts, it's possible in the global build job under a very specific set of conditions:

  • There are no installers, and
  • The source tarball was disabled

In this case we need to make sure we still provide an upload_files array in the manifest so that we can always index into it.

Fixes #1387.

While it's usually an error if we received a totally empty set of
artifacts, it's possible in the global build job under a very
specific set of conditions:

* There are no installers, *and*
* The source tarball was disabled

In this case we need to make sure we still provide an upload_files
array in the manifest so that we can always index into it.

Fixes #1387.
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.

cargo-dist autoselects non-GitHub remote and fails
3 participants