Jakub Beránek

Results 761 comments of Jakub Beránek

Ah, and the SHA is cut because we just cut the git commit SHAs.

Looks like the `ring` crate cannot be built on your system? In general, `rustc-perf` currently mostly only supports x64 Linux, and to a lesser extent x64 Windows. Anything else is...

It is in fact implemented in this repository 😅 Although long term I'd like to move it into bors.

Yeah, our MSRV is still 1.85.0. I think I'd like to hold off at least for one more stable release before we bump it.

Hi, if you rebase this, I can approve & merge, as we have bumped MSRV in https://github.com/rust-lang/rustc-perf/pull/2273.

Not sure if this is an actual issue or just some harmless artifact, but if anything, this should probably be filed as an issue against the compiler, not rustc-perf. (unless...

I think that if the goal is to simply add clang to `llvm-tools`, as a best effort thing, then this doesn't even require an RFC, because we don't really promise...

Hmm, fair enough. `llvm-profdata` is already quite useful for PGO, I use it in `cargo-pgo`. It's possible that if we start shipping `clang`, more people would start depending on this...

Hi, I'm not sure if I understand. The 30-day history graph always ends with the commit being compared (regardless whether it's a master or a try commit). So the "current...

Sorry, I confused myself :) There is indeed a difference between try/master builds; what I described is true for try builds. - For master builds, we show a 30 day...