Skip to content

Commit 0e370ac

Browse files
authored
✨ Add mac x64 for llvm 20 (#25)
* ✨ Add mac x64 for llvm 20 * rename mac_ to macos_ for profiles
1 parent eb2802d commit 0e370ac

5 files changed

Lines changed: 13 additions & 3 deletions

File tree

.github/workflows/20.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,19 @@ jobs:
4242
os: ubuntu-24.04-arm
4343
demo_profile: linux_arm
4444

45+
verify_macos-15-intel:
46+
uses: ./.github/workflows/verify.yml
47+
with:
48+
version: ${{ inputs.VERSION }}
49+
os: macos-15-intel
50+
demo_profile: macos_x86_64
51+
4552
verify-macos-15-arm:
4653
uses: ./.github/workflows/verify.yml
4754
with:
4855
version: ${{ inputs.VERSION }}
4956
os: macos-15
50-
demo_profile: mac_arm
57+
demo_profile: macos_arm
5158

5259
verify-windows-x86_64:
5360
uses: ./.github/workflows/verify.yml

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ All binaries are downloaded from official sources:
2929
| Platform | x86_64 | ARM64 |
3030
| -------- | ------ | ----- |
3131
| Linux |||
32-
| macOS | ||
32+
| macOS | ||
3333
| Windows |||
3434

3535
> [!IMPORTANT]
@@ -69,7 +69,7 @@ conan build . -pr llvm-20 -pr linux_x86_64
6969
conan build . -pr llvm-20 -pr linux_arm
7070

7171
# ARM64 macOS
72-
conan build . -pr llvm-20 -pr mac_arm
72+
conan build . -pr llvm-20 -pr macos_arm
7373

7474
# x86_64 Windows
7575
conan build . -pr llvm-20 -pr windows_x86_64

all/conandata.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ sources:
2525
url: "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-Linux-ARM64.tar.xz"
2626
sha256: "b855cc17d935fdd83da82206b7a7cfc680095efd1e9e8182c4a05e761958bef8"
2727
"Macos":
28+
"x86_64":
29+
url: "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/LLVM-20.1.7-macOS-X64.tar.xz"
30+
sha256: "ccf82ffe7e136ee49659cb57157856a7963d0950fac3d05aabba0db75bfba26f"
2831
"armv8":
2932
url: "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-macOS-ARM64.tar.xz"
3033
sha256: "a9a22f450d35f1f73cd61ab6a17c6f27d8f6051d56197395c1eb397f0c9bbec4"

0 commit comments

Comments
 (0)