chore: update env docker to have runtime lib path in LD_PRELOAD

- update the rest of the dockers, script and CI to stop setting LD_PRELOAD
This commit is contained in:
Arthur Meyre
2021-10-07 09:45:14 +02:00
parent 56e0ed4a11
commit 05e1227269
6 changed files with 8 additions and 25 deletions

View File

@@ -12,7 +12,6 @@ if ! source /src/.docker_venv/bin/activate; then
source /src/.docker_venv/bin/activate
cd /src/ && make setup_env
fi
export LD_PRELOAD=/compiler/build/lib/Runtime/libZamalangRuntime.so
initial_log=logs/$(date -u --iso-8601=seconds).log