From 07d138bbe5823ed05a6719c35fdbb4550913f924 Mon Sep 17 00:00:00 2001 From: kenlig <28685375+kenlig@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:10:28 +0800 Subject: [PATCH] update --- .github/workflows/test-examples.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-examples.yml b/.github/workflows/test-examples.yml index 1dfd79eb..d3f8a06d 100644 --- a/.github/workflows/test-examples.yml +++ b/.github/workflows/test-examples.yml @@ -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 @@ -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