JuliaCI / julia-buildbot

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

Add `clangsa` pass to `analyzegc` run #164

Closed staticfloat closed 4 years ago

staticfloat commented 4 years ago

@keno I believe this is what you asked for?

Keno commented 4 years ago

Yes, thank you!. Though now I'm wondering if we need to build the plugin first. I'm not sure the test target has the dependency set up. Though maybe it should.

Keno commented 4 years ago

https://github.com/JuliaLang/julia/pull/37385

staticfloat commented 4 years ago

JuliaLang/julia#37385

Now that that's merged, I'm going to merge this and kick off a dummy PR to ensure it runs properly.

Keno commented 4 years ago

The self tests care currently broken, which will be fixed by https://github.com/JuliaLang/julia/pull/37366. I guess I'll go merge that.