Skip to content

Commit

Permalink
[7.1.0] Remove suffix from fastutil alias. (bazelbuild#20872)
Browse files Browse the repository at this point in the history
The derived @maven BUILD.vendor file doesn't contain the versioned alias
target.

Test: cherrypick unknown commit and run bazelisk test
//src/test/shell/bazel:bazel_bootstrap_distfile_tar_test

RELNOTES:
PiperOrigin-RevId: 586942730
Change-Id: I033c80608da06cffd478348b6187e23ad0c64b09

Co-authored-by: Googler <[email protected]>
  • Loading branch information
tjgq and jin authored Jan 12, 2024
1 parent a5e3a6c commit c9a6eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ alias(

alias(
name = "fastutil",
actual = "@maven//:it_unimi_dsi_fastutil_7_2_1",
actual = "@maven//:it_unimi_dsi_fastutil",
)

alias(
Expand Down

0 comments on commit c9a6eca

Please sign in to comment.