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

JuliaLang / julia / #38133
77%

Build:
DEFAULT BRANCH: master
Ran 15 Jul 2025 09:46AM UTC
Jobs 1
Files 216
Run time 3min
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

15 Jul 2025 06:42AM UTC coverage: 25.732% (+0.05%) from 25.679%
#38133

push

local

web-flow
msys2: Recommend correct cmake package (#59001)

msys2 ships 2 different cmake packages, one built natively (with mingw
prefix in the package name) and one built against the posix emulation
environment. The posix emulation one does not work because it will
detect unix-style paths, which it then writes into files that native
tools process. Unlike during command invocation (where the msys2 runtime
library does path translation), when paths are written to files, they
are written verbatim.

The practical result of this is that e.g. the LLVM build will fail with
a mysterious libz link failure (as e.g. reported in #54981).

This is our fault, because our built instructions tell the user to
install the wrong one.

Fix all that by
1. Correcting the build instructions to install the correct cmake
2. Detecting if the wrong cmake is installed and advising the correct
one
3. Fixing an issue where the native CMake did not like our
CMAKE_C_COMPILER setting.

With all this, CMake runs correctly under msys2 with
USE_BINARYBUILDER_LLVM=0.

12905 of 50152 relevant lines covered (25.73%)

678425.9 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
42
50.34
0.06% stdlib/Test/src/Test.jl
46
9.17
-0.02% base/reflection.jl
70
4.82
-0.02% base/methodshow.jl
Jobs
ID Job ID Ran Files Coverage
1 #38133.1 15 Jul 2025 09:46AM UTC 216
25.73
Source Files on build #38133
  • Tree
  • List 216
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f2a8e18a on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc