keystone-enclave / riscv-pk

Security monitor for Keystone Enclave (mirror of riscv-pk). Will be deprecated when openSBI port is ready
Other
36 stars 14 forks source link

Travis test failure after nightly Rust update #70

Closed dayeol closed 4 years ago

dayeol commented 4 years ago

Error Log:

thread 'main' panicked at 'cargo metadata invocation failed: CargoMetadata { stderr: "error: 
failed to run `rustc` to learn about target-specific information\n\nCaused by:\n  process didn\'t 
exit successfully: `rustc - --crate-name ___ --print=file-names -Cbitcode-in-rlib=yes --target 
/home/travis/build/keystone-enclave/riscv-pk/riscv64gc-unknown-none-elfhf.json --crate-type 
bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type 
proc-macro --print=sysroot --print=cfg` (exit code: 1)\n--- stderr\nerror: unknown codegen 
option: `bitcode-in-rlib`\n\n\n" }', /home/travis/.cargo/registry/src/github.com-
1ecc6299db9ec823/cargo-xbuild-0.5.29/src/lib.rs:165:20

@archshift Could you check this plz?