We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0578c83 commit 6c0340bCopy full SHA for 6c0340b
projects/envoyproxy.io/package.yml
@@ -24,6 +24,12 @@ build:
24
- git add .
25
- git commit -m "Initialize repository"
26
27
+ # python_rules has a whole thing (which lots of people are complaining about) where it
28
+ # refuses to run as root. docker doesn't much care, so...
29
+ - run: sed -i 's/ignore_root_user_error = ignore_root_user_error/ignore_root_user_error = True/' repositories_extra.bzl
30
+ working-directory: bazel
31
+ if: linux
32
+
33
- bazel build $BAZEL_OPTS //source/exe:envoy-static.stripped
34
- install -m 755 -D bazel-bin/source/exe/envoy-static.stripped {{prefix}}/bin/envoy
35
env:
0 commit comments