Skip to content

Commit 2afb12b

Browse files
committed
Update
1 parent 10f4c50 commit 2afb12b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build --incompatible_strict_action_env
66
build --enable_runfiles
77

88
build:windows --platforms=//bazel/platforms:windows
9+
build:windows --host_platform=//bazel/platforms:windows
910

1011
build:linux --platforms=//bazel/platforms:linux
1112
build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ http_archive(
1111

1212
http_archive(
1313
name = "rules_ecsact",
14-
sha256 = "219dd42502ff8adb3072b284ed12699e89df37f084aa968daef846eeafddf7ab",
15-
strip_prefix = "rules_ecsact-0.1.10",
16-
url = "https://github.com/ecsact-dev/rules_ecsact/archive/refs/tags/0.1.10.tar.gz",
14+
sha256 = "e6d888c63aa536b5b7c6af10d217cdb8ad98b2262fa9d02515a99edbd0d94eea",
15+
strip_prefix = "rules_ecsact-0.2.1",
16+
url = "https://github.com/ecsact-dev/rules_ecsact/archive/refs/tags/0.2.1.tar.gz",
1717
)
1818

1919
http_archive(

0 commit comments

Comments
 (0)