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

Is build with cargo broken? #14

Closed
bgianfo opened this issue Jul 10, 2019 · 3 comments
Closed

Is build with cargo broken? #14

bgianfo opened this issue Jul 10, 2019 · 3 comments

Comments

@bgianfo
Copy link
Contributor

bgianfo commented Jul 10, 2019

Is the build of git-brws broken with latest stable?

~/src/git-brws$ git log --oneline -3
828b800 (HEAD -> master, origin/master, origin/HEAD) update homebrew formula to 0.11.2
f5fe9cf update changelog for 0.11.2
78c56a8 (tag: 0.11.2) fix tests broken by 2aacb24


~/src/git-brws$ rustup toolchain list
stable-x86_64-unknown-linux-gnu (default)

~/src/git-brws$ cargo build
error: failed to parse manifest at `/home/bgianf/src/Cargo.toml`

Caused by:
  no targets specified in the manifest
  either src/lib.rs, src/main.rs, a [lib] section, or [[bin]] section must be present

@h-michael
Copy link

h-michael commented Jul 10, 2019

@bgianfo
I can't reproduce that.

You executed 'cargo build at '~/src/git-brws'.
But the error is 'error: failed to parse manifest at /home/bgianf/src/Cargo.toml'
It looks like that cargo references wrong Cargo.toml.

I found a similar issue. rust-lang/cargo#6706
Could you show the result of rustup show and cargo version ?

@rhysd
Copy link
Owner

rhysd commented Jul 10, 2019

Is the build of git-brws broken with latest stable?

No. Because CI passed on Linux (i686) and Linux (x86_64)

@h-michael Thanks for your help.

@bgianfo bgianfo closed this as completed Jul 11, 2019
@bgianfo
Copy link
Contributor Author

bgianfo commented Jul 11, 2019

I tried on a different machine and it built fine, something is hosed I need to go dig in.

Thanks for the confirmation, sorry for the trouble.

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

3 participants