Skip to content

Commit

Permalink
Automated rollback of commit 9353955.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 520712082
Change-Id: Ic7d12c9ea1b6b5860ea75857596c0d9023bee6a2
  • Loading branch information
justinhorvitz authored and copybara-github committed Mar 30, 2023
1 parent e263945 commit b284477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,6 @@ public void notifyCommandComplete(ExtendedEventHandler eventHandler) throws Inte
memoizingEvaluator.noteEvaluationsAtSameVersionMayBeFinished(eventHandler);
progressReceiver.globDeps = new ConcurrentHashMap<>();
globFunction.complete();
clearSyscallCache();
}

/**
Expand Down Expand Up @@ -1350,6 +1349,7 @@ public void preparePackageLoading(
starlarkSemantics.getBool(BuildLanguageOptions.EXPERIMENTAL_SIBLING_REPOSITORY_LAYOUT));
setPackageLocator(pkgLocator);

clearSyscallCache();
this.pkgFactory.setGlobbingThreads(executors.globbingParallelism());
this.pkgFactory.setMaxDirectoriesToEagerlyVisitInGlobbing(
packageOptions.maxDirectoriesToEagerlyVisitInGlobbing);
Expand Down

0 comments on commit b284477

Please sign in to comment.