With interdependent targets, --only-configure
fails, also affects ghci
#2787
Labels
Milestone
--only-configure
fails, also affects ghci
#2787
Repro: Run
stack build --only-configure
onstore
.Result:
What's happening here is that the configure step for
store
expects to have a package ID forstore-core
. However, since it didn't get built, there is none.This is problematic for the internal build flag
--initial-build-steps
, used for the resolution of #1364 . This means that the initial build steps aren't run for the downstream packages. For this flag, the ideal resolution would be to do a full build for packages that have downstream packages which depend on them.The text was updated successfully, but these errors were encountered: