Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Merge #40
Browse files Browse the repository at this point in the history
40: Reduce needless recompiles r=epage a=epage

Build script calls skeptic which emits information asking cargo to
monitor content of README.md.skt.md for changes. If changes to that file
are detected cargo should rebuild this crate.  In case of this project
the files does not exist. This causes cargo to trigger a rebuild every
time in hope that it will get created by the build script.

The workaround is to create the file that skeptic asks to monitor which
stops cargo from triggering the rebuild.

For details consult this issues:

* budziq/rust-skeptic#25
* rust-lang/cargo#4213
  • Loading branch information
bors[bot] committed Sep 24, 2017
2 parents f8b71a5 + ccc8af5 commit e49cb08
Showing 1 changed file with 0 additions and 0 deletions.
Empty file added README.md.skt.md
Empty file.

0 comments on commit e49cb08

Please sign in to comment.