Skip to content

Commit a4d69e8

Browse files
committed
Merge branch 'dev' into dev2
2 parents 6a2e13e + e0556db commit a4d69e8

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
ctest --test-dir out/debug-tsan --verbose --timeout 240 -C Debug
118118
119119
- name: Debug, Guarded
120-
if: matrix.tests == 'extra' && runner.os == 'Linux'
120+
if: matrix.tests == 'extra'
121121
run: |
122122
cmake . -B out/debug-guarded -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_GUARDED=ON
123123
cmake --build out/debug-guarded --parallel 8 --config Debug
@@ -126,7 +126,7 @@ jobs:
126126
MIMALLOC_GUARDED_SAMPLE_RATE: 100
127127

128128
- name: Release, Guarded
129-
if: matrix.tests == 'extra'
129+
if: matrix.tests == 'extra'
130130
run: |
131131
cmake . -B out/resease-guarded -DCMAKE_BUILD_TYPE=Release -DMI_OPT_ARCH=ON -DMI_GUARDED=ON
132132
cmake --build out/resease-guarded --parallel 8 --config Release

readme.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
21
<img align="left" width="100" height="100" src="doc/mimalloc-logo.png"/>
3-
4-
[<img align="right" src="https://dev.azure.com/Daan0324/mimalloc/_apis/build/status/microsoft.mimalloc?branchName=dev3"/>](https://dev.azure.com/Daan0324/mimalloc/_build?definitionId=1&_a=summary)
5-
6-
[<img align="right" src="https://github.com/microsoft/mimalloc/actions/workflows/test.yaml/badge.svg?branch=dev3"/>](https://github.com/microsoft/mimalloc/actions/workflows/test.yaml)
2+
<div align="right">
3+
<sup> v3:</sup><a href="https://github.com/microsoft/mimalloc/actions/workflows/test.yaml"><img src="https://github.com/microsoft/mimalloc/actions/workflows/test.yaml/badge.svg?branch=dev3"/></a>
4+
<sup> v2:</sup><a href="https://github.com/microsoft/mimalloc/actions/workflows/test.yaml"><img src="https://github.com/microsoft/mimalloc/actions/workflows/test.yaml/badge.svg?branch=dev2"/></a>
5+
<sup> v1:</sup><a href="https://github.com/microsoft/mimalloc/actions/workflows/test.yaml"><img src="https://github.com/microsoft/mimalloc/actions/workflows/test.yaml/badge.svg?branch=dev"/></a>
6+
&nbsp;&nbsp;&nbsp;<sup>v3</sup><a href="https://dev.azure.com/Daan0324/mimalloc/_build?definitionId=1&_a=summary"><img src="https://dev.azure.com/Daan0324/mimalloc/_apis/build/status/microsoft.mimalloc?branchName=dev3"/></a>
7+
</div>
78

89
# mimalloc
910

0 commit comments

Comments
 (0)