dlang / ci

dlang CI testing pipelines
https://buildkite.com/dlang
Boost Software License 1.0
13 stars 29 forks source link

Temporarily disable dlang-community/libdparse #424

Closed Geod24 closed 4 years ago

Geod24 commented 4 years ago

Release v0.16.0 requires an xml lib which broke the build. See dlang-community/libdparse#431.

dlang-bot commented 4 years ago

Thanks for your pull request, @Geod24!

MoonlightSentinel commented 4 years ago

For the future, could we enhance the scripts to allow explicit tags s.t. we can freeze on an earlier version instead of outright disabling a project?

wilzbach commented 4 years ago

For the future, could we enhance the scripts to allow explicit tags s.t. we can freeze on an earlier version instead of outright disabling a project?

https://github.com/dlang/ci/blob/d7ffcd3823883aac6869b0ac784a4cd23483827f/buildkite/build_project.sh#L31-L34

MoonlightSentinel commented 4 years ago

Nevermind, maybe freeze libdparse on 0.15.4 then?

wilzbach commented 4 years ago

Closed in favor of https://github.com/dlang/ci/pull/425