Skip to content

Commit 5da7ca1

Browse files
authored
add sysctl necessary calls (#183)
1 parent b888971 commit 5da7ca1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/e2e-trace-integrity-and-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: 24
24+
- name: Enable perf_event_open and kallsyms for tests
25+
shell: bash
26+
run: |
27+
sudo sysctl kernel.perf_event_paranoid=1
28+
sudo sysctl kernel.kptr_restrict=0
2429
- name: E2E trace tests
2530
run: scripts/e2e-trace-tests.sh

0 commit comments

Comments
 (0)