File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5050 # If you want to modify CI jobs, take a look at src/ci/github-actions/jobs.yml.
5151 calculate_matrix :
5252 name : Calculate job matrix
53- runs-on : ubuntu-24.04-arm
53+ runs-on : ubuntu-24.04
5454 outputs :
5555 jobs : ${{ steps.jobs.outputs.jobs }}
5656 run_type : ${{ steps.jobs.outputs.run_type }}
6464 uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
6565 with :
6666 workspaces : src/ci/citool
67+ - name : THP check
68+ run : cat /sys/kernel/mm/transparent_hugepage/enabled
6769 - name : Calculate the CI job matrix
6870 env :
6971 COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
Original file line number Diff line number Diff line change 22# dynamically in CI from ci.yml.
33runners :
44 - &base-job
5- env : { }
5+ env :
6+ MALLOC_CONF : " thp:always,metadata_thp:always"
67
78 - &job-linux-4c
89 os : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments