Skip to content

Commit 9cf182e

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 56e27df commit 9cf182e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
cargo install --path crates/exec-harness --locked
8181
8282
- name: Run tests
83+
env:
84+
# Profiling system commands (e.g. `ls`) with samply is not yet supported on MacOS
85+
CODSPEED_PROFILER_ENABLED: "false"
8386
run: cargo run -- exec -m walltime --skip-upload --warmup-time 0s --max-rounds 5 -- ls -la
8487

8588
bpf-tests:

0 commit comments

Comments
 (0)