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