Skip to content

Commit

Permalink
Fix typo in sandbox build config (pixie-io#1067)
Browse files Browse the repository at this point in the history
Summary: There was a typo in the config name.

Relevant Issues: pixie-io#709

Type of change: /kind test-infra

Test Plan: `bazel test //...`

Signed-off-by: Zain Asgar <zasgar@pixielabs.ai>
  • Loading branch information
zasgar committed Mar 16, 2023
1 parent 71139d1 commit a7bc82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build --strip=never
# For more context, see: https://github.com/bazelbuild/bazel/issues/3236
# We can't use this for qemu because it breaks the 9p fs. Since we can't
# remove these flags we just set them for all our configs.
test:tmp_sandbox --sandbox_tmpfs_path=/tmp
test:tmp-sandbox --sandbox_tmpfs_path=/tmp

# This flag prevents rules_docker from transitioning the platform for our images.
# Since our target platform is the same as the containers we use,
Expand Down

0 comments on commit a7bc82f

Please sign in to comment.