Skip to content

Commit

Permalink
Add some of the Clang 19.1.0 tags, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbautin committed Sep 20, 2024
1 parent cf75fa6 commit 23909a9
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='llvm-installer',
version='1.4.7',
version='1.4.8',
url='https://github.com/yugabyte/llvm-installer',
author='Mikhail Bautin',
author_email='[email protected]',
Expand Down
70 changes: 70 additions & 0 deletions src/llvm_installer/release_tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -5193,6 +5193,76 @@
"version": "18.1.8",
"version_suffix": "yb-1",
"yb_suffix_version": 1
},
{
"architecture": "x86_64",
"is_old_tag_without_os_and_arch": false,
"major_version": 19,
"minor_version": 1,
"patch_version": 0,
"sha1_prefix": "a2a6b655",
"short_os_name_and_version": "almalinux8",
"tag": "v19.1.0-yb-1-1726858152-a2a6b655-almalinux8-x86_64",
"timestamp": "1726858152",
"version": "19.1.0",
"version_suffix": "yb-1",
"yb_suffix_version": 1
},
{
"architecture": "x86_64",
"is_old_tag_without_os_and_arch": false,
"major_version": 19,
"minor_version": 1,
"patch_version": 0,
"sha1_prefix": "a2a6b655",
"short_os_name_and_version": "almalinux9",
"tag": "v19.1.0-yb-1-1726861363-a2a6b655-almalinux9-x86_64",
"timestamp": "1726861363",
"version": "19.1.0",
"version_suffix": "yb-1",
"yb_suffix_version": 1
},
{
"architecture": "x86_64",
"is_old_tag_without_os_and_arch": false,
"major_version": 19,
"minor_version": 1,
"patch_version": 0,
"sha1_prefix": "a2a6b655",
"short_os_name_and_version": "amzn2",
"tag": "v19.1.0-yb-1-1726864950-a2a6b655-amzn2-x86_64",
"timestamp": "1726864950",
"version": "19.1.0",
"version_suffix": "yb-1",
"yb_suffix_version": 1
},
{
"architecture": "x86_64",
"is_old_tag_without_os_and_arch": false,
"major_version": 19,
"minor_version": 1,
"patch_version": 0,
"sha1_prefix": "a2a6b655",
"short_os_name_and_version": "ubuntu22.04",
"tag": "v19.1.0-yb-1-1726868338-a2a6b655-ubuntu22.04-x86_64",
"timestamp": "1726868338",
"version": "19.1.0",
"version_suffix": "yb-1",
"yb_suffix_version": 1
},
{
"architecture": "x86_64",
"is_old_tag_without_os_and_arch": false,
"major_version": 19,
"minor_version": 1,
"patch_version": 0,
"sha1_prefix": "a2a6b655",
"short_os_name_and_version": "ubuntu24.04",
"tag": "v19.1.0-yb-1-1726871609-a2a6b655-ubuntu24.04-x86_64",
"timestamp": "1726871609",
"version": "19.1.0",
"version_suffix": "yb-1",
"yb_suffix_version": 1
}
]
}

0 comments on commit 23909a9

Please sign in to comment.