Skip to content

Commit

Permalink
Add Clang 19 builds for Almalinux 8 AArch64 and macOS (#1)
Browse files Browse the repository at this point in the history
Also updated list of Python versions we support (3.9-3.11) to remove EOL versions. 3.12+ will require other changes.
  • Loading branch information
es1024 authored Feb 3, 2025
1 parent 4bbfc54 commit e25dce4
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,18 @@ jobs:
include:
# Ubuntu
- os_prefix: ubuntu
python_version: 3.6
python_version: '3.9'
- os_prefix: ubuntu
python_version: 3.7
python_version: '3.10'
- os_prefix: ubuntu
python_version: 3.8
- os_prefix: ubuntu
python_version: 3.9
python_version: '3.11'
# macOS
- os_prefix: macos
python_version: 3.6
- os_prefix: macos
python_version: 3.7
python_version: '3.9'
- os_prefix: macos
python_version: 3.8
python_version: '3.10'
- os_prefix: macos
python_version: 3.9
python_version: '3.11'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python_version }}
Expand Down
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.9',
version='1.4.10',
url='https://github.com/yugabyte/llvm-installer',
author='Mikhail Bautin',
author_email='[email protected]',
Expand Down
42 changes: 42 additions & 0 deletions src/llvm_installer/release_tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -5222,6 +5222,20 @@
"version_suffix": "yb-1",
"yb_suffix_version": 1
},
{
"architecture": "aarch64",
"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-1738336307-a2a6b655-almalinux8-aarch64",
"timestamp": "1738336307",
"version": "19.1.0",
"version_suffix": "yb-1",
"yb_suffix_version": 1
},
{
"architecture": "x86_64",
"is_old_tag_without_os_and_arch": false,
Expand Down Expand Up @@ -5264,6 +5278,34 @@
"version_suffix": "yb-1",
"yb_suffix_version": 1
},
{
"architecture": "arm64",
"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": "macos",
"tag": "v19.1.0-yb-1-1738381768-a2a6b655-macos-arm64",
"timestamp": "1738381768",
"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": "macos",
"tag": "v19.1.0-yb-1-1738383009-a2a6b655-macos-x86_64",
"timestamp": "1738383009",
"version": "19.1.0",
"version_suffix": "yb-1",
"yb_suffix_version": 1
},
{
"architecture": "x86_64",
"is_old_tag_without_os_and_arch": false,
Expand Down

0 comments on commit e25dce4

Please sign in to comment.