Skip to content

Commit 3a2fa45

Browse files
remove debug step, LLVM 22 fix confirmed working on CI
1 parent 7cf3146 commit 3a2fa45

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ jobs:
6767
- name: Run test suite
6868
run: make test
6969

70-
- name: DEBUG - show real llc stderr
71-
if: failure()
72-
run: |
73-
python3 -c "from pythonbpf.codegen import compile_to_ir; compile_to_ir('tests/passing_tests/if.py', '/tmp/debug.ll')"
74-
cat /tmp/debug.ll
75-
llc -march=bpf -filetype=obj -O2 /tmp/debug.ll -o /tmp/debug.o
76-
7770
- name: Check whether sudo is usable
7871
id: sudo-check
7972
run: |

0 commit comments

Comments
 (0)