aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages
diff options
context:
space:
mode:
authorGravatar Brian Silverman <brian@peloton-tech.com>2016-11-14 13:27:46 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-11-14 14:59:54 +0000
commit18033b0996e96faf67536b43165b3f40f234a3f7 (patch)
tree227e1427f575cd00a5212288d938aefe66377d50 /scripts/packages
parent796f87d8f74e73ff5366dabccf1ab65300fb7677 (diff)
Fix building Bazel under the new Linux sandbox
find(1) defaults to not following symlinks, which doesn't work when all the folders get replaced with symlinks. -- Change-Id: I016db7bfefb308eb7026d2a52ba768613895dfee Reviewed-on: https://bazel-review.googlesource.com/c/6810/ MOS_MIGRATED_REVID=139063351
Diffstat (limited to 'scripts/packages')
-rw-r--r--scripts/packages/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/packages/BUILD b/scripts/packages/BUILD
index ca73a8f2a7..27efd3e602 100644
--- a/scripts/packages/BUILD
+++ b/scripts/packages/BUILD
@@ -133,7 +133,7 @@ genrule(
"version.txt",
],
cmd =
- "find . -name stable-status.txt -exec cat '{}' ';'" +
+ "find -L . -name stable-status.txt -exec cat '{}' ';'" +
" | grep EMBED_LABEL | cut -d ' ' -f 2-" +
# Debian package manager does not order our rcs correctly, insert a tilde
# Non RC version number are not matched by the regex, example translations: