Skip to content

Caching downloaded postgres archives#225

Merged
brianheineman merged 4 commits intotheseus-rs:mainfrom
qarmin:caching_builds
Feb 8, 2026
Merged

Caching downloaded postgres archives#225
brianheineman merged 4 commits intotheseus-rs:mainfrom
qarmin:caching_builds

Conversation

@qarmin
Copy link
Copy Markdown
Contributor

@qarmin qarmin commented Oct 2, 2025

The changes required in the repository to properly implement and test caching of downloaded PostgreSQL packages go beyond the amount of time I’d like to spend on preparing a fix.

That’s why I only created a quick patch, which in my case completely resolved the CI issue with PostgreSQL packages being repeatedly downloaded.

I’m sharing this as a temporary workaround — in case someone else finds it useful — until #211 is closed

@brianheineman brianheineman marked this pull request as ready for review February 8, 2026 19:28
@brianheineman brianheineman linked an issue Feb 8, 2026 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.35%. Comparing base (db095b7) to head (d76c5b3).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #225   +/-   ##
=======================================
  Coverage   97.35%   97.35%           
=======================================
  Files          76       76           
  Lines        9575     9575           
=======================================
  Hits         9322     9322           
  Misses        253      253           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@brianheineman
Copy link
Copy Markdown
Contributor

@qarmin Thank you for the contribution! I updated the code to work with all operating systems and keep the original archive name.

@brianheineman brianheineman merged commit ee3e076 into theseus-rs:main Feb 8, 2026
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cache downloaded PostgreSQL binaries during build

2 participants