Skip to content

Commit 0ff4301

Browse files
committed
fix documentation: as requested reverting skaffold yaml to original
Signed-off-by: entlein <einentlein@gmail.com>
1 parent 9401a69 commit 0ff4301

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

skaffold/skaffold_vizier.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,9 @@ profiles:
138138
path: /manifests/kustomize/paths
139139
value:
140140
- 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
145141
- name: x86_64_sysroot
146142
patches:
147143
- op: add
148144
path: /build/artifacts/context=./bazel/args
149145
value:
150146
- --config=x86_64_sysroot
151-
- --compilation_mode=dbg
152-
# - --compilation_mode=opt

0 commit comments

Comments
 (0)