mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-28 00:56:45 +00:00
Increased jemalloc page size for armv7 builds
This commit is contained in:
parent
0b1b30baf1
commit
7add7dd025
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
|||
use_cross: true
|
||||
- target: armv7-unknown-linux-gnueabihf
|
||||
host_os: ubuntu-20.04
|
||||
env: "JEMALLOC_SYS_WITH_LG_PAGE=16"
|
||||
use_cross: true
|
||||
#- target: arm-unknown-linux-gnueabihf
|
||||
# host_os: ubuntu-20.04
|
||||
|
|
Loading…
Reference in a new issue