ONLYOFFICE / build_tools

Used to build ONLYOFFICE DocumentServer-related products
https://www.onlyoffice.com
GNU Affero General Public License v3.0
99 stars 176 forks source link

Python3 binaries added to the repo #817

Open adriangibanelbtactic opened 4 months ago

adriangibanelbtactic commented 4 months ago

Develop branch has this commit: https://github.com/ONLYOFFICE/build_tools/commit/c9de5278ea01fa45863ec0aa0bf1c7beba781dc4 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: https://github.com/ONLYOFFICE/build_tools/issues/807 where I complained about it.

igwyd commented 4 months ago

Hello @adriangibanelbtactic, thank you, I created ticket #68193 to our developers with your issue.