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

The GitHub deploy action failed for v0.3.3 #2373

Closed
primeos opened this issue Jun 7, 2020 · 2 comments
Closed

The GitHub deploy action failed for v0.3.3 #2373

primeos opened this issue Jun 7, 2020 · 2 comments

Comments

@primeos
Copy link

primeos commented Jun 7, 2020

@lu-zero quick FYI: The deploy / windows-binaries (gnu) GitHub action failed for the tag v0.3.3: https://github.com/xiph/rav1e/runs/746920332

Maybe this is a transient error?:

 Installing static library
Error: CliError { error: Some(The system cannot find the file specified. (os error 2)), exit_code: 101 }
##[error]Process completed with exit code 1.

As a result the deploy / deploy action wasn't run (needs windows-binaries) and the results where not added as assets to the release: https://github.com/xiph/rav1e/releases/tag/v0.3.3

Would it be possible to try to re-run the GitHub actions or upload the Cargo.lock file manually?
Edit: Just noticed that the Cargo.lock file is also in the repo, but I guess it would be nice to also have the pre-compiled binaries.

@lu-zero
Copy link
Collaborator

lu-zero commented Jun 7, 2020

It is a known issue due a change in how rustc produces libraries on windows for the -gnu target. A fix for it in cargo-c just landed.

primeos added a commit to NixOS/nixpkgs that referenced this issue Jun 13, 2020
The Cargo.lock file is not included in the master branch but it is
currently added for the releases (e.g. [0]). Since the GitHub deploy
action currently fails for other reasons [1] we should use the
Cargo.lock from the repository instead.

[0]: xiph/rav1e@80573d2
[1]: xiph/rav1e#2373
@primeos
Copy link
Author

primeos commented Jun 27, 2020

Seems to be resolved by now. The last two weekly pre-releases already provide all assets again, e.g.: https://github.com/xiph/rav1e/releases/tag/p20200617

Thanks :)

@primeos primeos closed this as completed Jun 27, 2020
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

No branches or pull requests

2 participants