Skip to content

Commit e5d5a1e

Browse files
committed
linuxci: provide failing input files
When the linuxci fails, we want to be able to easily understand the failure. The used one-line-scan tool already captures input files that cannot be handled by goto-cc. This change archives these files for easy access. Signed-off-by: Norbert Manthey <[email protected]>
1 parent 8de4522 commit e5d5a1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-test-Linux.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,10 @@ jobs:
7171
- name: Check for faulty input
7272
run: ls CPROVER/faultyInput/* || true
7373

74+
- uses: actions/upload-artifact@v2
75+
with:
76+
name: CPROVER-faultyInput
77+
path: CPROVER/faultyInput/*
78+
7479
- name: Check for goto-cc section in a created file
7580
run: objdump -h linux_5_10/arch/x86/kernel/kvm.o | grep "goto-cc"

0 commit comments

Comments
 (0)