Skip to content

Commit

Permalink
Upgrade rules_file
Browse files Browse the repository at this point in the history
Ignore GNU untar header errors
  • Loading branch information
pauldraper committed Oct 29, 2023
1 parent 3fb4571 commit ca20222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ http_archive(

# File

FILE_VERSION = "fd7ad6a7e9f3438fddb41683f33b6b4d07d067fe"
FILE_VERSION = "7e07245edcc54d419a52d141b3c8e86e3dc0d5c5"

http_archive(
name = "rules_file",
sha256 = "9108bf11fe1063bb6268f15506ea35c1a29e03cae651032d1da3d0f33561c5fd",
sha256 = "ee31f2ebcd09e289090420012d19ffaecb71c005e74f511301f1fd47cbd5f971",
strip_prefix = "rules_file-%s" % FILE_VERSION,
url = "https://github.com/hello-seer/rules_file/archive/%s.zip" % FILE_VERSION,
)
Expand Down
4 changes: 2 additions & 2 deletions test/workspace0.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ def test_repositories0():

# File

FILE_VERSION = "fd7ad6a7e9f3438fddb41683f33b6b4d07d067fe"
FILE_VERSION = "7e07245edcc54d419a52d141b3c8e86e3dc0d5c5"

http_archive(
name = "rules_file",
sha256 = "9108bf11fe1063bb6268f15506ea35c1a29e03cae651032d1da3d0f33561c5fd",
sha256 = "ee31f2ebcd09e289090420012d19ffaecb71c005e74f511301f1fd47cbd5f971",
strip_prefix = "rules_file-%s" % FILE_VERSION,
url = "https://github.com/hello-seer/rules_file/archive/%s.zip" % FILE_VERSION,
)
Expand Down

0 comments on commit ca20222

Please sign in to comment.