Skip to content

Commit

Permalink
Merge pull request #8947 from kubevirt-bot/cherry-pick-8935-to-releas…
Browse files Browse the repository at this point in the history
…e-0.58

[release-0.58] .bazelrc: Move import of user.bazelrc to bottom
  • Loading branch information
kubevirt-bot committed Dec 14, 2022
2 parents 3b39766 + 97cfe42 commit 1710dfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# The ci.bazelrc is an untracked file that can be generated by hack/dockerized or automated/test.sh scripts as part of CI
try-import ci.bazelrc
try-import .bazeldnf/sandbox.bazelrc
try-import user.bazelrc

# Set common values for all builds (run, test and coverage inherit from build)
build --stamp --workspace_status_command=./hack/print-workspace-status.sh --host_force_python=PY3
Expand All @@ -26,3 +25,6 @@ test --action_env=GO_TEST_WRAP=0

test --test_tag_filters=-cov
coverage --test_tag_filters=-nocov

# Import user settings which may override the defaults
try-import user.bazelrc

0 comments on commit 1710dfd

Please sign in to comment.