We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9401a69 commit 0ff4301Copy full SHA for 0ff4301
1 file changed
skaffold/skaffold_vizier.yaml
@@ -138,15 +138,9 @@ profiles:
138
path: /manifests/kustomize/paths
139
value:
140
- k8s/vizier/persistent_metadata/aarch64
141
-# Note: You will want to stick with a sysroot based build (-p x86_64_sysroot or -p aarch64_sysroot),
142
-# but you may want to change the --complication_mode setting based on your needs.
143
-# opt builds remove assert/debug checks, while dbg builds work with debuggers (gdb).
144
-# See the bazel docs for more details https://bazel.build/docs/user-manual#compilation-mode
145
- name: x86_64_sysroot
146
patches:
147
- op: add
148
path: /build/artifacts/context=./bazel/args
149
150
- --config=x86_64_sysroot
151
- - --compilation_mode=dbg
152
-# - --compilation_mode=opt
0 commit comments