Skip to content

Commit 95c617f

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 f155771 commit 95c617f

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
@@ -70,5 +70,10 @@ jobs:
7070
- name: Check for faulty input
7171
run: ls CPROVER/faultyInput/* || true
7272

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

0 commit comments

Comments
 (0)