Skip to content

Commit

Permalink
kernelCTF: GHA: fail if the generated binary does not have debug_info
Browse files Browse the repository at this point in the history
  • Loading branch information
koczkatamas committed Mar 3, 2025
1 parent 96873cb commit f56b903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kernelctf-submission-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
make prerequisites
fi
make exploit_debug
file exploit_debug | grep debug_info
- name: Upload debug build
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f56b903

Please sign in to comment.