Skip to content

Commit

Permalink
[fix] Use parent context in getCachedBlazeInfo (#6837)
Browse files Browse the repository at this point in the history
  • Loading branch information
agluszak authored Oct 4, 2024
1 parent fb7e43e commit c95bc91
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 c95bc91

Please sign in to comment.