mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
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:
parent
02382c4848
commit
1e81c60cde
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ source ci.sh
|
|||
# Always source a DMD instance
|
||||
################################################################################
|
||||
|
||||
source "$(activate_d "$DMD")"
|
||||
install_d "$DMD"
|
||||
|
||||
################################################################################
|
||||
# Define commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue