run tests without activated host compiler

- fixes issues where the activated release dmd overrides and hijacks the link
  paths of the generated dmd (by it's set LIBRARY_PATH/LD_LIBRARY_PATH)
- build and test commands already activate and deactivate host compiler where necessary
This commit is contained in:
Martin Nowak 2018-02-08 21:21:43 +01:00
parent 02382c4848
commit 1e81c60cde
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ source ci.sh
# Always source a DMD instance
################################################################################
source "$(activate_d "$DMD")"
install_d "$DMD"
################################################################################
# Define commands