Skip to content

Build custom jemalloc with -j$(nproc) #4623

Build custom jemalloc with -j$(nproc)

Build custom jemalloc with -j$(nproc) #4623

Workflow file for this run

# Run checks required for a PR to merge and verify if post-merge commit is valid.
# This workflow only call other workflows.
name: PR/push
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
Build:
name: Basic builds
uses: ./.github/workflows/reusable_basic.yml
QEMU:
uses: ./.github/workflows/reusable_qemu.yml
with:
short_run: true