Skip to content

Commit accfe4b

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

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-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.bat",
36+
binary = "tar_system.ps1",
3737
)
3838

3939
toolchain(

tools/tar_system.bat

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

tools/tar_system.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Start-Process -FilePath "C:\Program Files\Git\bin\sh.exe" -ArgumentList "tar" %*"

0 commit comments

Comments
 (0)