Page MenuHomePhabricator

[electrum] misc fixes for OSX build
ClosedPublic

Authored by PiRK on Sep 5 2024, 13:12.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC98e4dec4c3b6: [electrum] misc fixes for OSX build
Summary

This fixes a couple of non-fatal errors when running the make_osx script:

  • pyinstaller 6.4.0 requires pyinstaller-hooks-contrib>=2024.0
  • readlink: illegal option -- f

The make_osx script already uses greadlink -f, so we can assume that it will be available for the base.sh script as well.

Depends on D16718

Test Plan

contrib/osx/make_osx

Look at the entire log for errors.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
electrum_crypto
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30190
Build 59908: Build Diffelectrum-tests
Build 59907: arc lint + arc unit