Skip to content

Conversation

@ThomasWaldmann
Copy link
Member

fixes #9182

  • install OS fuse support packages as indicated by the tox env. on the macOS runners, we do not have any fuse support. on the linux runners, we may have fuse2 or fuse3. on FreeBSD, we have fuse2.
  • install fuse python library for binary build
  • first build/upload binaries, then run tests (including binary tests). early uploading makes inspection of a malfunctioning binary possible.
  • for now, use llfuse, as there is an issue with pyinstaller and pyfuse3.

Also:

  • remove || true - this just hides errors, not what we want.

@ThomasWaldmann ThomasWaldmann changed the title CI: FUSE related fixes/improvements (1.4-maint) CI: FUSE related fixes/improvements (master) Dec 15, 2025
fixes borgbackup#9182

- install OS fuse support packages as indicated by the tox env.
  on the macOS runners, we do not have any fuse support.
  on the linux runners, we may have fuse2 or fuse3.
  on FreeBSD, we have fuse2.
- install fuse python library for binary build
- first build/upload binaries, then run tests (including binary tests).
  early uploading makes inspection of a malfunctioning binary possible.
- for now, use llfuse, as there is an issue with pyinstaller and pyfuse3.

Also:
- remove || true - this just hides errors, not what we want.
@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.72%. Comparing base (2af8de5) to head (ac73be4).
⚠️ Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9224   +/-   ##
=======================================
  Coverage   78.72%   78.72%           
=======================================
  Files          85       85           
  Lines       14188    14188           
  Branches     2102     2102           
=======================================
+ Hits        11169    11170    +1     
  Misses       2347     2347           
+ Partials      672      671    -1     

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

Github EOLed all other macOS Intel action runners.

As Apple Silicon users tend to have more
recent OSes, we bump that to macOS 15 also.
@ThomasWaldmann ThomasWaldmann force-pushed the fix-binary-build-gh-master branch 2 times, most recently from 1ddfa64 to ac73be4 Compare December 15, 2025 17:28
@ThomasWaldmann ThomasWaldmann merged commit d819cd3 into borgbackup:master Dec 15, 2025
17 of 18 checks passed
@ThomasWaldmann ThomasWaldmann deleted the fix-binary-build-gh-master branch December 15, 2025 18:07
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.

No FUSE support when using GitHub-built Linux binaries

1 participant