libmir / mir

Mir (backports): Sparse tensors, Hoffman
http://mir.libmir.org
Boost Software License 1.0
210 stars 20 forks source link

Failing on Buildkite #401

Closed wilzbach closed 5 years ago

wilzbach commented 5 years ago

https://buildkite.com/dlang/dmd/builds/5816#9f9df877-474e-4457-8f1d-91d21ae520a0

Looks like the newest release broke the build.

wilzbach commented 5 years ago

This is due to a dependency being updated and thus the backdoor being removed:

source/mir/sparse/package.d(452,12): Error: module backdoor is in file 'std/backdoor.d' which cannot be read

One easy way to fix this for the future once this has been adressed would be to commit the dub.selections.json to the source

wilzbach commented 5 years ago

Disabled temporarily: https://github.com/dlang/ci/pull/383

9il commented 5 years ago

Thanks, fixed