Skip to content

Commit

Permalink
Temporarily disable BaselineOptionsFunction + Starlark exec transit…
Browse files Browse the repository at this point in the history
…ion.

Downstream testing shows a not-yet-diagnosed correctness problem.

PiperOrigin-RevId: 578998938
Change-Id: Ic22725f97a7a1f9bb2be22f4cf63b47bad822b13
  • Loading branch information
gregestren authored and copybara-github committed Nov 2, 2023
1 parent 270ad1f commit d78bdd2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ public SkyValue compute(SkyKey skyKey, Environment env)
? key.newPlatform()
: Label.parseCanonicalUnchecked(
"//this_is_a_faked_exec_platform_for_blaze_internals"))
.analysisData(starlarkExecTransition.orElse(null))
// TODO(b/309007312): Uncomment below to re-enable the Starlark exec
// transition.
// .analysisData(starlarkExecTransition.orElse(null))
.build());
adjustedBaselineOptions =
execTransition.patch(
Expand Down

0 comments on commit d78bdd2

Please sign in to comment.