Skip to content

Commit

Permalink
[CI] fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Mar 28, 2024
1 parent 3cb4ee5 commit 9524c8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion e2e/bzlmod/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
common --enable_platform_specific_config

build --incompatible_enable_cc_toolchain_resolution
build --enable_bzlmod=true
build --enable_bzlmod=true

build:windows --output_user_root=C:/bz
6 changes: 5 additions & 1 deletion e2e/workspace/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
common --enable_platform_specific_config

build --incompatible_enable_cc_toolchain_resolution
build --enable_bzlmod=false
build --enable_bzlmod=true

build:windows --output_user_root=C:/bzl

0 comments on commit 9524c8b

Please sign in to comment.