mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-12-01 07:16:42 +00:00
temp: get rid of hardened_malloc builds from CI
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
dd415182f9
commit
31f851f157
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -108,10 +108,8 @@ jobs:
|
||||||
target: [
|
target: [
|
||||||
"x86_64-unknown-linux-musl",
|
"x86_64-unknown-linux-musl",
|
||||||
"x86_64-unknown-linux-musl-jemalloc",
|
"x86_64-unknown-linux-musl-jemalloc",
|
||||||
"x86_64-unknown-linux-musl-hmalloc",
|
|
||||||
"aarch64-unknown-linux-musl",
|
"aarch64-unknown-linux-musl",
|
||||||
"aarch64-unknown-linux-musl-jemalloc",
|
"aarch64-unknown-linux-musl-jemalloc",
|
||||||
"aarch64-unknown-linux-musl-hmalloc",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -211,10 +209,8 @@ jobs:
|
||||||
#"x86_64-unknown-linux-gnu",
|
#"x86_64-unknown-linux-gnu",
|
||||||
"x86_64-unknown-linux-musl",
|
"x86_64-unknown-linux-musl",
|
||||||
"x86_64-unknown-linux-musl-jemalloc",
|
"x86_64-unknown-linux-musl-jemalloc",
|
||||||
"x86_64-unknown-linux-musl-hmalloc",
|
|
||||||
"aarch64-unknown-linux-musl",
|
"aarch64-unknown-linux-musl",
|
||||||
"aarch64-unknown-linux-musl-jemalloc",
|
"aarch64-unknown-linux-musl-jemalloc",
|
||||||
"aarch64-unknown-linux-musl-hmalloc",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue