Closed benradf closed 3 months ago
In some Bazel repositories, running bazel config seems to invalidate part of the skyframe graph and cause it to be cleared. Perform the config import after the skyframe import to ensure we are not missing action nodes.
bazel config
In some Bazel repositories, running
bazel config
seems to invalidate part of the skyframe graph and cause it to be cleared. Perform the config import after the skyframe import to ensure we are not missing action nodes.