Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd91bd9

Browse files
committedNov 26, 2024·
Fix test
1 parent 69e7c10 commit bd91bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/java/com/google/devtools/build/lib/skyframe/WorkspaceFileFunction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public SkyValue compute(SkyKey skyKey, Environment env)
360360
keys.build(),
361361
starlarkSemantics,
362362
bzlLoadFunctionForInlining,
363-
/* checkVisibility= */ true,
363+
/* checkVisibility= */ !useWorkspaceResolvedFile,
364364
BazelSkyframeExecutorConstants.ACTION_ON_FILESYSTEM_ERROR_CODE_LOADING_BZL_FILE);
365365
} catch (NoSuchPackageException e) {
366366
throw new WorkspaceFileFunctionException(e, Transience.PERSISTENT);

0 commit comments

Comments
 (0)
Please sign in to comment.