halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.91k stars 1.07k forks source link

Fix bundling error on buildbots #8392

Closed alexreinking closed 3 months ago

alexreinking commented 3 months ago

LLVM as it is built on the buildbots depends on -lrt, which is not a target. Filter out non-target dependencies from consideration.

Skipping buildbots because this code is not tested by the PR workflows.

alexreinking commented 3 months ago

Clearly buildbot_test_nothing isn't working