Skip to content

Commit 95fba72

Browse files
committed
ci: disable profiler in macos-basic-run-test
samply requires task_for_pid privileges that GitHub's macOS runners don't grant, causing "Could not obtain the root task". The job only exercises the walltime executor plumbing, so run it with CODSPEED_PROFILER_ENABLED=false.
1 parent c7f0146 commit 95fba72

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
cargo install --path crates/exec-harness --locked
8181
8282
- name: Run tests
83+
env:
84+
CODSPEED_PROFILER_ENABLED: "false"
8385
run: cargo run -- exec -m walltime --skip-upload --warmup-time 0s --max-rounds 5 -- ls -la
8486

8587
bpf-tests:

0 commit comments

Comments
 (0)