• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Tatsh / wiswa / 34787695051
100%

Build:
DEFAULT BRANCH: master
Ran 13 Sep 2026 10:45PM UTC
Jobs 5
Files 16
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Sep 2026 10:43PM UTC coverage: 100.0%. Remained the same
34787695051

push

github

Tatsh
templates/github/workflows/pyinstaller: link OpenSSL statically

cryptography stopped publishing a macOS x86_64 wheel. The Intel runner
therefore builds the extension from source against the Homebrew OpenSSL
3.2 installation, linking dynamically by default.

PyInstaller flattens every collected dylib into one directory, and the
older libssl.3.dylib bundled with Python lands there under the same
file name. The older library wins the collision, and the extension
cannot resolve the OpenSSL 3.2 symbols it was built against.

The new step exports OPENSSL_STATIC=1 ahead of the dependency install.
The cryptography build then links the OpenSSL archives into the
extension, and no OpenSSL dylib enters the collected set. The published
wheels are built the same way.

The variable applies to every macOS runner. An arm64 job installs the
published wheel and never reads it.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

788 of 788 branches covered (100.0%)

Branch coverage included in aggregate %.

2040 of 2040 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34787695051.1 13 Sep 2026 10:45PM UTC 16
100.0
GitHub Action Run
2 34787695051.2 13 Sep 2026 10:45PM UTC 16
100.0
GitHub Action Run
3 34787695051.3 13 Sep 2026 10:45PM UTC 16
100.0
GitHub Action Run
4 34787695051.4 13 Sep 2026 10:45PM UTC 16
100.0
GitHub Action Run
5 34787695051.5 13 Sep 2026 10:45PM UTC 16
100.0
GitHub Action Run
Source Files on build 34787695051
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34787695051
  • 13fa3683 on github
  • Prev Build on master (#34500545430)
  • Next Build on master (#34796473603)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc