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

Vagrant updates2 (1.4) #8610

Merged

Conversation

ThomasWaldmann
Copy link
Member

No description provided.

bket and others added 4 commits December 28, 2024 23:52
This should address borgbackup#8506. Unfortunately I'm unable to test.

borgbackup#8506 is likely caused by the Vagrant box having a mirror in its
`etc/installurl`, which does not offer 7.4 packages. There are other
mirrors out there who do, e.g., https://ftp.eu.openbsd.org/pub/OpenBSD/.

Proposed 'fix' is to replace the mirror in `/etc/installurl`.
We do not want that urllib spoils test output with LibreSSL related
warnings on OpenBSD.

`NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently
the 'ssl' module is compiled with 'LibreSSL 3.8.2'`.
Installing 3.9/10/12 involves downloading and compiling these,
which takes a lot of time and has some potential breaking the
boxes by installing misc. openssl versions.

We test misc. python versions on github actions CI all the time,
so we only need the one here which we want to use for the binary
builds.
@ThomasWaldmann ThomasWaldmann merged commit f10842f into borgbackup:1.4-maint Dec 29, 2024
10 checks passed
@ThomasWaldmann ThomasWaldmann deleted the vagrant-updates2-1.4 branch December 29, 2024 00:53
Copy link

codecov bot commented Dec 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.11%. Comparing base (7d9028a) to head (094a4a4).
Report is 13 commits behind head on 1.4-maint.

Additional details and impacted files
@@              Coverage Diff              @@
##           1.4-maint    #8610      +/-   ##
=============================================
- Coverage      82.23%   82.11%   -0.12%     
=============================================
  Files             38       38              
  Lines          11116    11117       +1     
  Branches        1725     1725              
=============================================
- Hits            9141     9129      -12     
- Misses          1408     1418      +10     
- Partials         567      570       +3     

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

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.

2 participants