mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-22 08:06:10 +00:00
chore(ci): disable mimalloc for master builds.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
3dce2f030d
commit
08b9e0f065
2
.github/workflows/master.yaml
vendored
2
.github/workflows/master.yaml
vendored
@ -18,7 +18,6 @@ jobs:
|
||||
with:
|
||||
arch: x86_64
|
||||
version: ${{ needs.fetch-version.outputs.version }}
|
||||
use_mimalloc: true
|
||||
secrets: inherit
|
||||
|
||||
build-dev-packages-arm64:
|
||||
@ -27,7 +26,6 @@ jobs:
|
||||
with:
|
||||
arch: aarch64
|
||||
version: ${{ needs.fetch-version.outputs.version }}
|
||||
use_mimalloc: true
|
||||
secrets: inherit
|
||||
|
||||
test-dev-packages:
|
||||
|
Loading…
Reference in New Issue
Block a user