File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FAKEID=438319516716
1010
1111SANDBOX_FAKEID=${FAKEID}.7600000
1212CPP_FAKEID=2025-10-26
13- GO_FAKEID=2025-09-23
13+ GO_FAKEID=2025-11-05
1414ANDROID_FAKEID=2023-05-17
1515CLANG_TIDY_FAKEID=2023-06-06
1616IWYU_FAKEID=2025-01-08
Original file line number Diff line number Diff line change @@ -696,11 +696,6 @@ def _print_build_settings(self):
696696 elif self .build_system != 'ymake' :
697697 raise ConfigureError ()
698698
699- python_bin = preset ('BUILD_PYTHON_BIN' , '$(PYTHON)/python' )
700-
701- emit ('YMAKE_PYTHON' , python_bin )
702- emit ('YMAKE_UNPICKLER' , python_bin , '$ARCADIA_ROOT/build/plugins/_unpickler.py' )
703-
704699 @property
705700 def is_release (self ):
706701 # TODO(somov): Проверить, бывают ли тут суффиксы на самом деле
You can’t perform that action at this time.
0 commit comments