From a9459fb78a481ce13a833d988dd5a464ca952fc3 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Sun, 14 Jan 2024 21:33:27 +0100 Subject: [PATCH] TMP: Debug failure --- toolchain/internal/system_module_map.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/internal/system_module_map.bzl b/toolchain/internal/system_module_map.bzl index 60d08bfb9..d956331e0 100644 --- a/toolchain/internal/system_module_map.bzl +++ b/toolchain/internal/system_module_map.bzl @@ -31,6 +31,7 @@ def _system_module_map(ctx): dir = to_execroot + dir dir = dir.replace("//", "/") dirs.append(dir) + print(dirs) # If the action references a file outside of the execroot, it isn't safe to # cache or run remotely.