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 52773d9 commit f58b335Copy full SHA for f58b335
plugins/envsetup
@@ -349,7 +349,9 @@ do_build() {
349
lshout "Skipping second stage for termux"
350
arch_translate "$arch"
351
else
352
- do_second_stage "$target_dir" "$arch"
+ if $foreign_worker; then
353
+ do_second_stage "$target_dir" "$arch"
354
+ fi
355
fi
356
357
if [ "$ENABLE_USER_SETUP" == "true" ]; then
0 commit comments