anaconda-graveyard / conda-concourse-ci

Conda-driven Concourse CI for package building
BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

fix subpackages depending on earlier builds losing their edges #94

Closed msarahan closed 6 years ago

msarahan commented 6 years ago

I saw this broken behavior when trying to build icu and boost in one go. In the old logic, the dep from the libboost subpackage to icu was not being transferred to the top-level boost recipe. When the subnode was removed, all the dependency info between icu and libboost was lost.