File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1313 gnu.org/libtool : ' *'
1414 ninja-build.org : ' *'
1515 linux :
16- gnu .org/gcc : ' *' # doesn't like clang; missing `version` header
17- python.org : ' * '
16+ llvm .org : ' *'
17+ python.org : ~3.12
1818 git-scm.org : ' *'
1919 script :
2020 # Initialize Git repo as Bazel requires git for workspace status
@@ -23,19 +23,24 @@ build:
2323 - git config --global user.name "pkgx build"
2424 - git add .
2525 - git commit -m "Initialize repository"
26-
26+
2727 - bazel build $BAZEL_OPTS //source/exe:envoy-static.stripped
2828 - install -m 755 -D bazel-bin/source/exe/envoy-static.stripped {{prefix}}/bin/envoy
2929 env :
3030 linux :
31- BAZEL_LINKOPTS : " -lm"
32- BAZEL_LINKLIBS : " -lstdc++ -lm"
31+ BAZEL_LINKOPTS : ' -lm'
32+ BAZEL_LINKLIBS : ' -lstdc++ -lm'
33+ BAZEL_OPTS :
34+ - --config=clang
35+ - --copt=-Wno-thread-safety-reference-return
36+ - --copt=-Wno-unused-but-set-variable
37+ - --copt=-Wno-missing-template-arg-list-after-template-kw
3338 BAZEL_OPTS :
3439 - --compilation_mode=opt
3540 - --curses=no
3641 - --verbose_failures
3742 - --define=wasm=disabled
38-
43+
3944provides :
4045 - bin/envoy
4146
You can’t perform that action at this time.
0 commit comments