We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e418e10 commit da93efaCopy full SHA for da93efa
1 file changed
build.sh
@@ -181,11 +181,12 @@ mount_airootfs () {
181
# Helper function to run make_*() only one time.
182
run_once() {
183
if [[ ! -e "${lockfile_dir}/build.${1}" ]]; then
184
+ umount_work
185
msg_debug "Running ${1} ..."
186
mount_airootfs
187
eval "${@}"
188
mkdir -p "${lockfile_dir}"; touch "${lockfile_dir}/build.${1}"
- umount_work
189
+
190
else
191
msg_debug "Skipped because ${1} has already been executed."
192
fi
0 commit comments