Skip to content

Commit 9cd0cde

Browse files
committed
Disable PartitionAlloc on alpine
1 parent 9e3869e commit 9cd0cde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/all.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
# lf: crashes redis server
2727
# lt: return type 'struct mallinfo' is incomplete
2828
# mesh/nomesh: infinite loop?
29+
# pa: can't setup depot_tools and goma
2930
# sm: ../src/supermalloc.h:10:31: error: expected initializer before '__THROW'
3031
# tcg: [...] specifies less restrictive attribute than its target [...]
31-
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
32+
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
3233
- name: Run everything.
3334
run: |
3435
cd out/bench

0 commit comments

Comments
 (0)