Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions .github/workflows/README.md

This file was deleted.

193 changes: 0 additions & 193 deletions .github/workflows/bsd.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/build-and-test-Linux.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/build-and-test-Xen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ jobs:

- name: Check for goto-cc section in xen-syms binary
run: objdump -h xen_4_13/xen/xen-syms | grep "goto-cc"

- name: Show goto-cc properties
run: $(pwd)/src/cbmc/cbmc --show-properties xen_4_13/xen/xen-syms

- name: Show some goto-cc functions
run: $(pwd)/src/cbmc/cbmc --list-goto-functions xen_4_13/xen/xen-syms | grep "arch"
54 changes: 0 additions & 54 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

Loading