JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
18 stars 14 forks source link

Code coverage: TEMPORARILY hard-code the list of external stdlibs #208

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

This is only a short-term temporary fix to get coverage submission working again.

Long-term, I do want to get the "automatically generate the list of external stdlibs" feature working. Unfortunately, this feature requires that we have a checkout of the JuliaLang/julia source code, because we use the source code to generate the list (we look for files of the form stdlib/*.version as a way of identifying external stdlibs).

Right now, IIUC, the coverage buildbot doesn't actually have a checkout of the source code, so we'll need to figure out how to get the source code in order to get the automatic feature working.

Anyway, for now this PR hardcodes the list, and this should fix coverage submission.