Commit Graph

4 Commits

Author SHA1 Message Date
Oleksii Shevchuk 1e51c9369f [WIP] create-workspace: rework script to support podman/docker/virtualenv (py2) 2020-03-29 15:47:18 +03:00
Oleksii Shevchuk 91c2109a41 docker-old-tc: Support latest toolchain updates, rework build 2020-03-29 13:01:18 +03:00
Oleksii Shevchuk 6fd57e4503 linux/client: Add LMID support
Do not use RTLD_GLOBAL namespace for python. This allows to load
shared object with other copies of python.

Example:

> python3
Python 3.6.5 (default, Jun 30 2018, 10:35:51)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes; ctypes.CDLL('/tmp/ppd.so')

This requires latest tc-linux32/tc-linux64 toolchains
2018-10-07 14:37:30 +03:00
Oleksii Shevchuk 9a23f64d11 Add toolchains repos to pupy 2018-03-05 16:59:20 +02:00