Skip to content

Commit

Permalink
Working build
Browse files Browse the repository at this point in the history
  • Loading branch information
marco6 committed Jul 11, 2023
1 parent 426d525 commit 4fc5703
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ parts:
- perl
- minisat
- libcryptominisat5-dev
- zlib1g-dev
override-pull: |
craftctl default
patch -p1 < $SNAPCRAFT_PROJECT_DIR/patches/stp.patch.diff
Expand All @@ -61,7 +62,6 @@ parts:
- libgoogle-perftools-dev
- libncurses5-dev
- libsqlite3-dev
- libtcmalloc-minimal4
- clang-13
- llvm-13
- llvm-13-dev
Expand All @@ -70,9 +70,13 @@ parts:
stage-packages:
- llvm-13
- libz3-4

- libgoogle-perftools4
- libunwind8
apps:
klee:
command: usr/bin/klee
plugs: [home]
command: usr/local/bin/klee
plugs: [home]
ktest-tool:
command: usr/local/bin/ktest-tool
plugs: [home]

0 comments on commit 4fc5703

Please sign in to comment.