Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Cross build fails when trying to parse manifest at Cargo.toml #87

Closed
fxwiegand opened this issue Jun 12, 2020 · 1 comment
Closed

Cross build fails when trying to parse manifest at Cargo.toml #87

fxwiegand opened this issue Jun 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@fxwiegand
Copy link

Description

I am trying to build my project for arm-unknown-linux-gnueabihf using a slight modified version of the cross example that's provided in the README.md. The Build fails when trying to parse a manifest in the Cargo.toml.

Workflow code

This is the workflow file.

Action output

Log from my run:

Downloaded hyper v0.10.16
error: failed to parse manifest at `/cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.16/Cargo.toml`
##[error]failed to parse manifest at `/cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.16/Cargo.toml`
Caused by:
readme file with name 'README.md' was not found
##[error]The process 'cross' failed with exit code 101

In another run the same error occurs with a different crate: ##[error]failed to parse manifest at /cargo/registry/src/github.com-1ecc6299db9ec823/time-macros-impl-0.1.1/Cargo.toml

Expected behavior

I tried building my project locally with cross for the same target without this happening.

@fxwiegand fxwiegand added the bug Something isn't working label Jun 12, 2020
@svartalf
Copy link
Member

This is unrelated both to actions-rs and cross, see rust-lang/cargo#8354

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants