From d24f986cf90dab273848fedfa4da64307dd77496 Mon Sep 17 00:00:00 2001 From: Julien Voisin Date: Tue, 22 Nov 2022 11:56:16 +0100 Subject: [PATCH] Disable tcg on Alpine for now. It can be re-enabled once https://github.com/google/tcmalloc/issues/150 is fixed --- .github/workflows/all.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index efb02fa..d985626 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -27,7 +27,8 @@ jobs: # lt: return type 'struct mallinfo' is incomplete # mesh/nomesh: infinite loop? # sm: ../src/supermalloc.h:10:31: error: expected initializer before '__THROW' - run: ./build-bench-env.sh all no-dh no-hd no-sm no-mesh no-nomesh no-gd no-fg no-lf no-lt + # tcg: [...] specifies less restrictive attribute than its target [...] + run: ./build-bench-env.sh all no-dh no-hd no-sm no-mesh no-nomesh no-gd no-fg no-lf no-lt no-tcg - name: Run everything. run: | cd out/bench