Python3 binaries added to the repo
adriangibanelbtactic opened this issue · 1 comments
adriangibanelbtactic commented
Develop branch has this commit: c9de527 added to it which adds a python3 tar.gz binary bundle.
My suggestion is either to replace that binary with a download elsewhere or build python3 from python3 source code as many other parts are currently built.
Steps to reproduce the problem:
git clone --depth 1 https://github.com/ONLYOFFICE/build_tools -b develop
cd build_tools
tar tvzf tools/linux/python3.tar.gz python3/bin/python3.10
Which outputs:
-r-xr-xr-x oleg/oleg 59480928 2024-05-15 16:44 python3/bin/python3.10
which it's actually a binary.
build_tools base repo version: Develop or 8.1.0.
Operating system: N/A
Compiler version: N/A
This is an individual issue for this problem so that it doesn't get mixed with the original bug: #807 where I complained about it.
igwyd commented
Hello @adriangibanelbtactic, thank you, I created ticket #68193 to our developers with your issue.