forked from bazel-contrib/rules_go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go_download_sdk: work around Bazel .tar.gz extraction bug
Use 'tar' installed on the system to extract .tar.gz archives instead of Bazel's download_and_extract. Go has at least one test with an invalid unicode file name, and on some configurations (macOS + Docker + some particular file system binding?), this causes an error. Fixes bazel-contrib#2771
- Loading branch information
Jay Conrod
committed
Mar 5, 2021
1 parent
5093917
commit 7a9faf9
Showing
1 changed file
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters