Skip to content

Commit 216ff66

Browse files
committed
fixup! build: update aspect_bazel_lib to fix windows gzip issues
test
1 parent accfe4b commit 216ff66

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

tools/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ nodejs_binary(
3333

3434
tar_toolchain(
3535
name = "system_tar_exec",
36-
binary = "tar_system.ps1",
36+
binary = "tar_system.bat",
3737
)
3838

3939
toolchain(

tools/tar_system.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
if exist "C:\Program Files\Git\bin\bash.exe" (
2+
set "BASH=C:\Program Files\Git\bin\bash.exe"
3+
)
4+
5+
"%BASH%" "tar" %*

tools/tar_system.ps1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)