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

Commit

Permalink
Reduce needless recompiles
Browse files Browse the repository at this point in the history
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
epage committed Sep 24, 2017
1 parent f8b71a5 commit ccc8af5
Showing 1 changed file with 0 additions and 0 deletions.
Empty file added README.md.skt.md
Empty file.

0 comments on commit ccc8af5

Please sign in to comment.