Skip to content

Commit 123c38a

Browse files
committed
WIP
1 parent 8a407a8 commit 123c38a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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 }}
@@ -64,6 +64,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)