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

Update rust toolchain in docker image #111

Closed
daschl opened this issue Feb 16, 2017 · 2 comments
Closed

Update rust toolchain in docker image #111

daschl opened this issue Feb 16, 2017 · 2 comments

Comments

@daschl
Copy link

daschl commented Feb 16, 2017

Hi,

I've been trying to fuzz a library which has a dependency on a git repository with workspaces. This is not supported with 1.11 that is currently used in the image. It fails with:

  no `package` or `project` section found.

I think this has been fixed in later cargo versions (rust-lang/cargo#2938), would it be possible to upgrade the docker image with a newer rust toolchain?

Thanks!

@daschl
Copy link
Author

daschl commented Feb 16, 2017

Note that I think I could work around it by manually updating it to curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly --disable-sudo.

@frewsxcv
Copy link
Member

just rewrote afl.rs, it's no longer docker based. see this URLO post for more info.

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