Skip to content

Commit

Permalink
remove rsync --delete-after option to avoid bwrap failure
Browse files Browse the repository at this point in the history
  • Loading branch information
smoors committed Jun 7, 2024
1 parent 5d36cfa commit 961b1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_tools/bwraptools.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def rsync_copy(job_options, modname, modversion, install_dir):
dest_mod_file = os.path.join(dest_path, rel_mod_file)

rsync_software = ' '.join([
'rsync -a --delete-after',
'rsync -a',
'--link-dest=%s' % source_soft_path,
source_soft_path,
dest_soft_path,
Expand Down

0 comments on commit 961b1cc

Please sign in to comment.