Skip to content

Commit

Permalink
Disable PartitionAlloc on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
1c3t3a committed Mar 7, 2023
1 parent 9e3869e commit 9cd0cde
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 @@ -26,9 +26,10 @@ jobs:
# lf: crashes redis server
# lt: return type 'struct mallinfo' is incomplete
# mesh/nomesh: infinite loop?
# pa: can't setup depot_tools and goma
# sm: ../src/supermalloc.h:10:31: error: expected initializer before '__THROW'
# 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
run: ./build-bench-env.sh all no-dh no-hd no-sm no-mesh no-nomesh no-pa no-gd no-fg no-lf no-lt no-tcg
- name: Run everything.
run: |
cd out/bench
Expand Down

0 comments on commit 9cd0cde

Please sign in to comment.