Skip to content

Commit

Permalink
exclude buildifier on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 18, 2023
1 parent f675370 commit 6f1f72a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Take care to document any settings that you expect users to apply.
# Settings that apply only to CI are in .github/workflows/ci.bazelrc

# for rules_js
build --enable_runfiles

# Load any settings specific to the current user.
# .bazelrc.user should appear in .gitignore so that settings are not shared with team members
Expand Down
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ buildifier(
],
lint_mode = "warn",
mode = "diff",
tags = ["manual"], # tag as manual so windows ci does not build it by default
)

bzl_library(
Expand Down
2 changes: 2 additions & 0 deletions e2e/loaders/.bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# for rules_js
build --enable_runfiles
2 changes: 2 additions & 0 deletions e2e/worker/.bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# for rules_js
build --enable_runfiles

0 comments on commit 6f1f72a

Please sign in to comment.