We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a407a8 commit 123c38aCopy full SHA for 123c38a
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
# If you want to modify CI jobs, take a look at src/ci/github-actions/jobs.yml.
51
calculate_matrix:
52
name: Calculate job matrix
53
- runs-on: ubuntu-24.04-arm
+ runs-on: ubuntu-24.04
54
outputs:
55
jobs: ${{ steps.jobs.outputs.jobs }}
56
run_type: ${{ steps.jobs.outputs.run_type }}
@@ -64,6 +64,8 @@ jobs:
64
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
65
with:
66
workspaces: src/ci/citool
67
+ - name: THP check
68
+ run: cat /sys/kernel/mm/transparent_hugepage/enabled
69
- name: Calculate the CI job matrix
70
env:
71
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
0 commit comments