cargo: `OUT_DIR` variable not set

Some Travis jobs are not compiling due to OUT_DIR not being present on nightly on my build.rs script. Is this an expected behaviour? how could it be fixed?

Example failure: https://travis-ci.org/SUPERAndroidAnalyzer/super/jobs/181113222#L146

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 27 (24 by maintainers)

Commits related to this issue

Most upvoted comments

I can reproduce this with “cargo install ripgrep” using a cargo built from latest cargo git. Debugging…

Ok we’ve decided to close this as working as intended, but if any projects need help migrating please just let me know!

Can crater be used to find out what on crates.io is broken by this change?