mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-22 02:42:12 +03:00
Only run test/integration/sdallocx non-reentrantly.
This is a temporary workaround until we add some beefier CI machines. Right now, we're seeing too many OOMs for this to be useful.
This commit is contained in:
parent
e6aeceb606
commit
7c22ea7a93
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ TEST_END
|
|||
|
||||
int
|
||||
main(void) {
|
||||
return test(
|
||||
return test_no_reentrancy(
|
||||
test_basic,
|
||||
test_alignment_and_size);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue