Skip to content

Commit

Permalink
[fix] Use parent context in getCachedBlazeInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
agluszak committed Oct 3, 2024
1 parent 36fc091 commit 93a074d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public ListenableFuture<BlazeInfo> getBlazeInfo(
blazeInfo = BlazeInfoRunner.getInstance().runBlazeInfo(
project,
buildInvoker,
BlazeContext.create(),
context,
importSettings.getBuildSystem(),
blazeFlags
).get();
Expand Down

0 comments on commit 93a074d

Please sign in to comment.