Skip to content

Commit e343bf2

Browse files
authored
Merge pull request #4933 from Flamefire/20250623100013_new_pr_KdArwDbECV
Keep symlinks when copying build dirs of failed installations
2 parents edb4e06 + 0b3abd3 commit e343bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4926,7 +4926,7 @@ def copy_build_dirs_logs_failed_install(application_log, silent, app, easyconfig
49264926
msg = f"Build directory of failed installation copied to {build_dirs_path}"
49274927

49284928
def operation(src, dest):
4929-
copy_dir(src, dest, dirs_exist_ok=True)
4929+
copy_dir(src, dest, dirs_exist_ok=True, symlinks=True)
49304930

49314931
operation_args.append((operation, [app.builddir], build_dirs_path, msg))
49324932

0 commit comments

Comments
 (0)