diff options
| -rwxr-xr-x | tools/buildbot-build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh index c1cc2e2318..ad8762cb82 100755 --- a/tools/buildbot-build.sh +++ b/tools/buildbot-build.sh @@ -94,4 +94,5 @@ done echo "Executing $make_command" -bash -c "$make_command" +# Disable path restrictions to enable luci builds using vpython. +bash -c "TEMPORARY_DISABLE_PATH_RESTRICTIONS=true $make_command" |