From 31f851f157ba2057ee4794c2a51c96b5b64b568b Mon Sep 17 00:00:00 2001
From: strawberry <strawberry@puppygock.gay>
Date: Sat, 20 Apr 2024 01:43:24 -0400
Subject: [PATCH] temp: get rid of hardened_malloc builds from CI

Signed-off-by: strawberry <strawberry@puppygock.gay>
---
 .github/workflows/ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b357b6cf..2c49ab4e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -108,10 +108,8 @@ jobs:
         target: [
           "x86_64-unknown-linux-musl",
           "x86_64-unknown-linux-musl-jemalloc",
-          "x86_64-unknown-linux-musl-hmalloc",
           "aarch64-unknown-linux-musl",
           "aarch64-unknown-linux-musl-jemalloc",
-          "aarch64-unknown-linux-musl-hmalloc",
           ]
 
     steps:
@@ -211,10 +209,8 @@ jobs:
           #"x86_64-unknown-linux-gnu",
           "x86_64-unknown-linux-musl",
           "x86_64-unknown-linux-musl-jemalloc",
-          "x86_64-unknown-linux-musl-hmalloc",
           "aarch64-unknown-linux-musl",
           "aarch64-unknown-linux-musl-jemalloc",
-          "aarch64-unknown-linux-musl-hmalloc",
           ]
 
     steps: