Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.1.0] Remove suffix from fastutil alias. #20872

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[7.1.0] Remove suffix from fastutil alias.
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
  • Loading branch information
jin authored and tjgq committed Jan 12, 2024
commit 11e79bb3c50be37761c3a7ebfe5a6230c68c0af5
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
Loading