INCATools / INCATools/ontology-development-kit
Warn users not to use make -B in their workflows
Open
documentation
- Dominant language
- Dockerfile
- Stars
- 375
- Forks
- 69
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 7
Description
From my Slack post:
In the early days of ODK, the FlyBase repos (fbdv, fbbt, dpo, fbcv) were migrated over and releases were setup to run using a `run_release.sh` script which used `-B`. Very recently ODK developers have switched from promoting the use of `-B`, to assuming that it will not be used, and it is actually now harmful to be using it as it could result in a lot of unnecessary repetition - see https://github.com/INCATools/ontology-development-kit/issues/1285. I noticed today that this was resulting in the same dosdp command being run multiple times, slowing down the FBbt build.
Contributor guide
Assessment
This issue has not been assessed yet.