fix: update allocator configurations and dependencies in workflows and Cargo.toml

This commit is contained in:
monosans
2026-05-03 19:43:59 +03:00
parent d31632b3f7
commit b179d3676b
2 changed files with 5 additions and 16 deletions
-7
View File
@@ -16,11 +16,8 @@ jobs:
allocator:
- system
- jemalloc
- jemalloc_override
- mimalloc_v2
- mimalloc_v2_override
- mimalloc_v3
- mimalloc_v3_override
tokio_multi_thread: [true, false]
platform:
- ubuntu-24.04-arm
@@ -59,12 +56,8 @@ jobs:
exclude:
- platform: windows-2025
allocator: jemalloc
- platform: windows-2025
allocator: jemalloc_override
- platform: windows-11-arm
allocator: jemalloc
- platform: windows-11-arm
allocator: jemalloc_override
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with: