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

Set release name for ubuntu + 17.0.2 #226

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

oliverlee
Copy link
Contributor

No description provided.

@@ -78,7 +78,9 @@ 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 ["16.0.4", "16.0.3", "16.0.2"]:
if llvm_version in ["17.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.

You can combine with the elif immediately after.

@siddharthab siddharthab merged commit a76d197 into bazel-contrib:master Oct 4, 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