Skip to content

Commit

Permalink
[DPE-3062] Removing binary deps (#179)
Browse files Browse the repository at this point in the history
* Shebang magic and dump plugin

* Remove usr/share

* Don't download the deb directly

* Move binlibs into the lib dir

* Try to revert tox

* Try to break unit tests

* Split away cdeps

* Revert ci

* Psycopg2 from source

* Remove extra dep group

* Bump libs
  • Loading branch information
dragomirp authored Feb 5, 2024
1 parent fe580b0 commit c010b48
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 86 deletions.
14 changes: 11 additions & 3 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ parts:
- rustc
- cargo
- pkg-config
charm-binary-python-packages:
- psycopg2-binary
- psycopg-binary
- libpq-dev
libpq:
build-packages:
- libpq-dev
plugin: dump
source: /usr/lib/
source-type: local
prime:
- lib/
organize:
"*-linux-gnu/libpq.so*": lib/
103 changes: 24 additions & 79 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c010b48

Please sign in to comment.