]> git.ozlabs.org Git - next-scripts/blobdiff - do_last_build
check_fixes: a few cleanups
[next-scripts] / do_last_build
index 80cfe3c98e22f34c639265064f50f3894a347bad..51d3fd33d14b81aae3ddcc4f54652bdd8c21d80a 100755 (executable)
@@ -4,7 +4,7 @@
 
 set -e
 
-cmd="firejail --profile=$bin_dir/build.profile /bin/sh"
+cmd="/bin/sh"
 [ "$build_host" ] &&
        cmd="ssh root@$build_host unshare -n su $(id -u -n)"
 
@@ -12,7 +12,7 @@ $cmd <<-EOF
        set -e
 
        echo \$PATH | grep -q "\$HOME/bin" || export PATH="\$HOME/bin:\$PATH"
-       export LANG=C
+       export LANG=C KCFLAGS="-Wimplicit-fallthrough"
 
        cd "$build_dir"