Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 0f569612d1cd62131dbdee71ca1643d8a6c242e1
https://github.com/dyninst/dyninst/commit/0f569612d1cd62131dbdee71ca1643d8a6c242e1
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2025-11-15 (Sat, 15 Nov 2025)
Changed paths:
M docker/build.sh
Log Message:
-----------
Fix build error in docker/build.sh (#2064)
I do not know why, but when the install directory ($dest_dir) is
manually created with 'mkdir' instead of letting it be implicitly
created by 'cmake --build', 'ctest' fails to find the tests- even when
I have confirmed they are present.
I've added '--no-tests=error' to ensure that ctest fails when no tests
are run.
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|