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

Increase Linux support #3209

Merged
merged 32 commits into from
Mar 23, 2025
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b785521
Extend clang-cross to support alpine
kasperk81 Mar 11, 2025
159d70d
Merge branch 'main' into main-musl
kasperk81 Mar 13, 2025
80fe135
add variant
kasperk81 Mar 13, 2025
b02c7c1
fix target machine arch
kasperk81 Mar 14, 2025
1766d87
fix arm64
kasperk81 Mar 14, 2025
b4c8998
Test older debians
mattleibow Mar 14, 2025
28028d6
try this
mattleibow Mar 14, 2025
4a9db61
this
mattleibow Mar 14, 2025
9fcff57
Update native/linux-clang-cross/build.cake
kasperk81 Mar 15, 2025
92bbc61
Revert depot_tools so we cn use an older python
mattleibow Mar 17, 2025
f257080
Everything is 10
mattleibow Mar 17, 2025
ceb6671
this
mattleibow Mar 17, 2025
8bad5a7
that
mattleibow Mar 17, 2025
c7c3fce
oops
mattleibow Mar 17, 2025
4676f38
ghckjhg
mattleibow Mar 18, 2025
8e3d803
better
mattleibow Mar 18, 2025
84d227c
feedback
kasperk81 Mar 19, 2025
08fe863
Merge branch 'pr/3200' into dev/linux-versions
mattleibow Mar 19, 2025
259da8f
fix
mattleibow Mar 19, 2025
01a51b3
this
mattleibow Mar 20, 2025
3daed6f
this was important
mattleibow Mar 20, 2025
f99e99d
Get the machines to do it for me
mattleibow Mar 20, 2025
50e0859
try this
mattleibow Mar 20, 2025
d096023
push
mattleibow Mar 20, 2025
69fb348
fix that
mattleibow Mar 20, 2025
51e5198
oops
mattleibow Mar 20, 2025
27889dd
item.arch
mattleibow Mar 21, 2025
432e4ff
--build-arg BUILD_ARCH ${{ item.arch }}
mattleibow Mar 21, 2025
7ebfa6e
=
mattleibow Mar 21, 2025
7cb8e7a
disable x86 alpine for now
mattleibow Mar 22, 2025
6c30f10
Merge remote-tracking branch 'origin/main' into dev/linux-versions
mattleibow Mar 22, 2025
b408b07
mire
mattleibow Mar 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add variant
kasperk81 authored Mar 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 80fe135f62e0f6daed71666f66526b450d0581ee
2 changes: 2 additions & 0 deletions scripts/azure-templates-stages.yml
Original file line number Diff line number Diff line change
@@ -377,10 +377,12 @@ stages:
dockerArgs: --build-arg TOOLCHAIN_ARCH=riscv64-linux-gnu --build-arg TOOLCHAIN_ARCH_SHORT=riscv64
target: externals-linux-clang-cross
- arch: arm64
variant: alpine
docker: scripts/Docker/alpine/clang-cross
dockerArgs: --build-arg TOOLCHAIN_ARCH=aarch64-alpine-linux-musl --build-arg TOOLCHAIN_ARCH_SHORT=arm64
target: externals-linux-clang-cross
- arch: riscv64
variant: alpine
docker: scripts/Docker/alpine/clang-cross
dockerArgs: --build-arg TOOLCHAIN_ARCH=riscv64-alpine-linux-musl --build-arg TOOLCHAIN_ARCH_SHORT=riscv64
target: externals-linux-clang-cross