xls icon indicating copy to clipboard operation
xls copied to clipboard

Build downloads two different external python binaries

Open hzeller opened this issue 2 years ago • 1 comments

The build downloads two different external binary versions of Python

  • external/python39_x86_64-unknown-linux-gnu/bin/python3.9
  • external/rules_hdl_cpython/install/bin/python3.8

Maybe not too much of an issue in reality but probably something to be aware of. Would of course be cool if the different parts could settle one version.

The escape hatch to use the system Python does now work anymore --repo_env=PYTHON_BIN_PATH, so probably worthwhile removing that documentation.

hzeller avatar Oct 28 '23 15:10 hzeller

Is this because we need to update rules_hdl to be consistent with the XLS repo? cc @mithro who had been looking at that

cdleary avatar Nov 01 '23 17:11 cdleary