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 50
50
# If you want to modify CI jobs, take a look at src/ci/github-actions/jobs.yml.
51
51
calculate_matrix :
52
52
name : Calculate job matrix
53
- runs-on : ubuntu-24.04-arm
53
+ runs-on : ubuntu-24.04
54
54
outputs :
55
55
jobs : ${{ steps.jobs.outputs.jobs }}
56
56
run_type : ${{ steps.jobs.outputs.run_type }}
64
64
uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
65
65
with :
66
66
workspaces : src/ci/citool
67
+ - name : THP check
68
+ run : cat /sys/kernel/mm/transparent_hugepage/enabled
67
69
- name : Calculate the CI job matrix
68
70
env :
69
71
COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
Original file line number Diff line number Diff line change 2
2
# dynamically in CI from ci.yml.
3
3
runners :
4
4
- &base-job
5
- env : { }
5
+ env :
6
+ MALLOC_CONF : " thp:always,metadata_thp:always"
6
7
7
8
- &job-linux-4c
8
9
os : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments