We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3869e commit 9cd0cdeCopy full SHA for 9cd0cde
.github/workflows/all.yml
@@ -26,9 +26,10 @@ jobs:
26
# lf: crashes redis server
27
# lt: return type 'struct mallinfo' is incomplete
28
# mesh/nomesh: infinite loop?
29
+ # pa: can't setup depot_tools and goma
30
# sm: ../src/supermalloc.h:10:31: error: expected initializer before '__THROW'
31
# 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
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
33
- name: Run everything.
34
run: |
35
cd out/bench
0 commit comments