Skip to content

Commit 828724c

Browse files
Auto merge of #112049 - Kobzol:pgo-omit-benchmarks, r=<try>
[do not merge] CI experiments Various CI experiments for try/dist builds. r? `@ghost` try-job: x86_64-gnu try-job: `*llvm*`
2 parents c6a9554 + b404b91 commit 828724c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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 }}

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# dynamically in CI from ci.yml.
33
runners:
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

0 commit comments

Comments
 (0)