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

update hashes for 17.03, 17.04 #239

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Conversation

asa
Copy link
Contributor

@asa asa commented Nov 2, 2023

update hashes for 17.03, 17.04

@@ -78,7 +78,7 @@ def _ubuntu_osname(arch, version, major_llvm_version, llvm_version):
os_name = "linux-gnu-ubuntu-16.04"
else:
# Availability may be sparse for patch releases.
if llvm_version in ["17.0.2", "16.0.4", "16.0.3", "16.0.2"]:
if llvm_version in ["17.0.4", "17.0.2", "17.0.2", "16.0.4", "16.0.3", "16.0.2"]:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if llvm_version in ["17.0.4", "17.0.2", "17.0.2", "16.0.4", "16.0.3", "16.0.2"]:
if llvm_version in ["17.0.4", "17.0.3", "17.0.2", "16.0.4", "16.0.3", "16.0.2"]:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pushed the change.

@siddharthab siddharthab merged commit c708a4d into bazel-contrib:master Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants