Skip to content

Commit

Permalink
set fake HOME for parallel to avoid occasional warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Nov 9, 2024
1 parent da36022 commit bcd1fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkrebuild
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ get_broken_ldd_pkgs() {
filter_packages_by_repos |
get_package_files |
filter_executable |
parallel --will-cite 'check_broken_ldd "{}"'
HOME=/tmp parallel --will-cite 'check_broken_ldd "{}"'
}

get_broken_python_pkgs() {
Expand Down

0 comments on commit bcd1fae

Please sign in to comment.