Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MISC] Disable cached builds #442

Merged
merged 1 commit into from
Oct 11, 2024
Merged

[MISC] Disable cached builds #442

merged 1 commit into from
Oct 11, 2024

Conversation

dragomirp
Copy link
Contributor

@dragomirp dragomirp commented Oct 10, 2024

Cached psycopg 3 whl for amd64 fails when imported with:

ImportError: no pq wrapper available.
Attempts made:
- couldn't import psycopg 'c' implementation: /var/lib/juju/agents/unit-pgbouncer-k8s-2/charm/venv/psycopg_c/pq.cpython-310-x86_64-linux-gnu.so: undefined symbol: PQchangePassword

E.g. https://github.com/canonical/pgbouncer-k8s-operator/actions/runs/11273320303/job/31350375338?pr=441

Disabling the cached builds to fix builds.

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.79%. Comparing base (260d9e5) to head (391d616).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #442   +/-   ##
=======================================
  Coverage   71.79%   71.79%           
=======================================
  Files           8        8           
  Lines        1280     1280           
  Branches      243      243           
=======================================
  Hits          919      919           
  Misses        276      276           
  Partials       85       85           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dragomirp dragomirp marked this pull request as ready for review October 10, 2024 13:30
@dragomirp dragomirp requested review from a team, taurus-forever, marceloneppel and lucasgameiroborges and removed request for a team October 10, 2024 13:30
@taurus-forever
Copy link
Contributor

CC: @carlcsaposs-canonical JFYI (re: charmcraftcache).

@dragomirp dragomirp merged commit 61e7db6 into main Oct 11, 2024
53 checks passed
@dragomirp dragomirp deleted the disable-cached-builds branch October 11, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants