mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-12-04 08:02:31 +00:00
7bc4be735b
Apparently, it is not the problem for build outputs, but deps directory that is created by script. What is even more problematic is that this directory can be accessed while building this target in parallel for different configurations. So even if we clean it before using, we might break the build of the parallel target. Solution: create temp directory to be used as deps directory. (Additionally, this demonstrates the benefits of sandboxed execution.) |
||
---|---|---|
.. | ||
build_defs |