Skip to content

Commit

Permalink
fix: try to unset FOREIGN variable if native build
Browse files Browse the repository at this point in the history
this fixes issue with incomplete native build when a different architecture build is performed before native build under same environment.
  • Loading branch information
SaicharanKandukuri committed Apr 13, 2024
1 parent c7f63bf commit b2ab4f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/envsetup
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ foreign_arch() {
if [ "$arch" != "$worker_arch" ]; then
FOREIGN="--foreign"
foreign_worker=true
else
unset FOREIGN
fi
}

Expand Down

0 comments on commit b2ab4f0

Please sign in to comment.