PackageCompiler.jl icon indicating copy to clipboard operation
PackageCompiler.jl copied to clipboard

Remove sysimg creation workaround.

Open maleadt opened this issue 4 months ago • 3 comments

https://github.com/JuliaLang/julia/pull/37530 is part of 1.8+, and PackageCompiler.jl requires Julia 1.10.

Closes https://github.com/JuliaLang/PackageCompiler.jl/issues/839.

maleadt avatar Aug 12 '25 05:08 maleadt

Codecov Report

:x: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review. :white_check_mark: Project coverage is 86.02%. Comparing base (2d2e8b3) to head (97a46fc).

Files with missing lines Patch % Lines
src/PackageCompiler.jl 75.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1054      +/-   ##
==========================================
- Coverage   86.16%   86.02%   -0.15%     
==========================================
  Files           3        3              
  Lines         795      787       -8     
==========================================
- Hits          685      677       -8     
  Misses        110      110              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Aug 12 '25 06:08 codecov[bot]

👍 CI failure is probably unrelated.

KristofferC avatar Aug 12 '25 08:08 KristofferC

Actually CI on https://github.com/JuliaLang/PackageCompiler.jl/pull/1057 looks better than here. I'll try rebase this.

KristofferC avatar Aug 26 '25 15:08 KristofferC