aboutsummaryrefslogtreecommitdiff
path: root/projects/envoy
diff options
context:
space:
mode:
authorMax Moroz <mmoroz@chromium.org>2019-02-28 13:27:27 -0800
committerMax Moroz <mmoroz@chromium.org>2019-02-28 13:27:27 -0800
commite61b75ce75a1e7e3638bdab31f4a61df3cd8b72a (patch)
tree8039cb8675cc0b7f7ba29f6c3eaafb2e581c9ef6 /projects/envoy
parentf387cd3b6982aaf4572ee97b5fd423b8d09ef77a (diff)
downloadoss-fuzz-e61b75ce75a1e7e3638bdab31f4a61df3cd8b72a.tar.gz
[envoy] Make sources in bazel cache under /root readable.
Diffstat (limited to 'projects/envoy')
-rwxr-xr-xprojects/envoy/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/envoy/build.sh b/projects/envoy/build.sh
index 515d08930..ba20c2e40 100755
--- a/projects/envoy/build.sh
+++ b/projects/envoy/build.sh
@@ -106,6 +106,7 @@ then
"*.hpp" "--include" "*.cpp" "--include" "*.c" "--include" "*/" "--exclude" "*")
rsync -avLk "${RSYNC_FILTER_ARGS[@]}" "${SRC}"/envoy/bazel-out "${REMAP_PATH}"
rsync -avLk "${RSYNC_FILTER_ARGS[@]}" /root "${OUT}"
+ chmod -R 755 "${OUT}"/root
fi
# Copy out test driverless binaries from bazel-bin/.