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 e8ff00f commit 19cff6bCopy full SHA for 19cff6b
scriptmodules/admin/builder.sh
@@ -97,6 +97,8 @@ function chroot_build_builder() {
97
[[ -z "$distcc_hosts" ]] && distcc_hosts="$ip"
98
fi
99
100
+ local use_ccache="$__builder_use_ccache"
101
+
102
local makeflags="$__builder_makeflags"
103
[[ -z "$makeflags" ]] && makeflags="-j$(nproc)"
104
[[ ! -d "$chroot_dir" ]] && rp_callModule image create_chroot "$dist" "$chroot_dir"
@@ -126,6 +128,7 @@ function chroot_build_builder() {
126
128
127
129
rp_callModule image chroot "$chroot_dir" \
130
sudo \
131
+ __use_ccache="$use_ccache" \
132
__makeflags="$makeflags" \
133
DISTCC_HOSTS="$distcc_hosts" \
134
__platform="$platform" \
0 commit comments