Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jan 31, 2025
1 parent b894d76 commit a2955eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public SkyValue compute(SkyKey skyKey, Environment env)
keys.build(),
starlarkSemantics,
bzlLoadFunctionForInlining,
/* checkVisibility= */ true,
/* checkVisibility= */ !useWorkspaceResolvedFile,
BazelSkyframeExecutorConstants.ACTION_ON_FILESYSTEM_ERROR_CODE_LOADING_BZL_FILE);
} catch (NoSuchPackageException e) {
throw new WorkspaceFileFunctionException(e, Transience.PERSISTENT);
Expand Down
3 changes: 2 additions & 1 deletion src/test/tools/bzlmod/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2955eb

Please sign in to comment.