We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44eb50 commit 3e1be94Copy full SHA for 3e1be94
scriptmodules/admin/builder.sh
@@ -102,10 +102,6 @@ function chroot_build_builder() {
102
local archive_dir="tmp/archives/$(_get_info_image "$dist" "name")"
103
104
local distcc_hosts="$__builder_distcc_hosts"
105
- if [[ -d "$rootdir/admin/crosscomp/$dist" ]]; then
106
- rp_callModule crosscomp switch_distcc "$dist"
107
- [[ -z "$distcc_hosts" ]] && distcc_hosts="$ip"
108
- fi
109
110
local use_ccache="$__builder_use_ccache"
111
0 commit comments