Skip to content

Commit

Permalink
Binary cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marco6 committed Jul 11, 2023
1 parent d38d4bd commit 11ec7f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ parts:
- minisat
- libcryptominisat5-dev
- zlib1g-dev
prime:
- -usr/local/bin
- -usr/local/include
- -usr/share
override-pull: |
craftctl default
patch -p1 < $SNAPCRAFT_PROJECT_DIR/patches/stp.patch.diff
Expand All @@ -68,10 +72,13 @@ parts:
- llvm-13-tools
- libz3-dev # libz3-4
stage-packages:
- llvm-13
- libllvm13
- libz3-4
- libgoogle-perftools4
- libunwind8
- libsqlite3-0
prime:
- -usr/share
scripts:
source: scripts
source-type: local
Expand Down

0 comments on commit 11ec7f9

Please sign in to comment.