filecoin-project/replication-game

Why is rust nightly required

Open

#11 opened on Jan 27, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (5 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (59 stars)
PR merge metrics
 (PR metrics pending)

Description

error: failed to run custom build command for `pear_codegen v0.1.2`
process didn't exit successfully: `/home/why/gopkg/src/github.com/filecoin-project/replication-game/target/release/build/pear_codegen-c6388815171fa35c/build-script-build` (exit code: 101)
--- stderr
Error: Pear requires a nightly or dev version of Rust.
Installed version is: 1.31.0 (2018-12-04). Minimum required: 1.31.0-nightly (2018-10-05).
thread 'main' panicked at 'Aborting compilation due to incompatible compiler.', /home/why/.cargo/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.1.2/build.rs:31:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.

warning: build failed, waiting for other jobs to finish...
error: build failed

Contributor guide