Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlig committed Oct 20, 2024
1 parent 8b6eda6 commit 07d138b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
enable: false
examples:
path: tailcall_minimal
- privilege_options:
enable: false
examples:
path: malloc
privilege_options:
- options: "--privileged -v /sys/kernel/debug/:/sys/kernel/debug:rw -v /sys/kernel/tracing:/sys/kernel/tracing:rw"
enable: true
Expand Down Expand Up @@ -194,11 +198,11 @@ jobs:
run: |
export PATH=$PATH:~/.bpftime
bpftime --help
- name: Setup tmate session
if: "${{matrix.container.name == 'fedora' && matrix.enable_jit && matrix.examples.path == 'malloc'}}"
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false
# - name: Setup tmate session
# if: "${{matrix.container.name == 'fedora' && matrix.enable_jit && matrix.examples.path == 'malloc'}}"
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: false
- name: Test CLI - attach by running (syscall_trace)
if: matrix.examples.syscall_trace
shell: bash
Expand Down

0 comments on commit 07d138b

Please sign in to comment.