Skip to content

Commit

Permalink
Disable tcg on Alpine for now.
Browse files Browse the repository at this point in the history
It can be re-enabled once google/tcmalloc#150 is
fixed
  • Loading branch information
Julien Voisin committed Nov 22, 2022
1 parent 634aacf commit d24f986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d24f986

Please sign in to comment.