dmd/.github/workflows
Tim Schendekehl 9b6455a280
Use correct phobos when running C++ tests in GitHub action (#13222)
The GitHub workflow is setting LD_LIBRARY_PATH to the host dmd library
folder with libphobos2.so. The tests are built using a new phobos. They
select the library path using -L-rpath, which sets DT_RUNPATH on the
binary, but LD_LIBRARY_PATH has priority over DT_RUNPATH.
For tests/dshell/dll_cxx.d this caused a link failure, because a new
symbol from phobos was not found in the older phobos.
Reseting LD_LIBRARY_PATH while running the tests makes sure, that the
new phobos is used.
2021-10-24 17:03:29 +03:00
..
nightlies.yml Nightlies: Update release instead of tagging a new one (#12669) 2021-06-11 19:49:45 +08:00
runnable_cxx.yml Use correct phobos when running C++ tests in GitHub action (#13222) 2021-10-24 17:03:29 +03:00