Juniper: Resolve crashes in CI for Github Actions

Created on 13 Feb 2020  路  9Comments  路  Source: graphql-rust/juniper

We are now seeing crashes in GitHub CI across all platforms and Rust versions. Tracking in https://github.com/rust-lang/rust/issues/69121

blocked tooling

All 9 comments

I have disabled Github Actions in the UI until this is resolved.

I wonder if this was a temporary thing which is now resolved.
i moved all my projects to github actions and they are all working well (stable, beta, nightly and specific version).

I renabled it, we shall see

Nope, still the same issue.

looks like a rustc bug worth reporting. wdyt?

Already reported above :-)

Not an expert by any means, but is there a reason for RUSTFLAGS: "-C link-dead-code"?

Does not look like that variable is set for Azure pipelines, and if I remove it, checks for nightly seem to pass for the most part.
And the other way around, running RUSTFLAGS="-C link-dead-code" cargo build --tests seem to reproduce the error locally

Nice catch! I'll look into it.

the deadcode flag is for code coverage to be more accurate

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hrbigelow picture hrbigelow  路  5Comments

norcalli picture norcalli  路  6Comments

theduke picture theduke  路  4Comments

davidpdrsn picture davidpdrsn  路  5Comments

skerkour picture skerkour  路  5Comments