Install cmake to restore lintcheck runs#14514
Conversation
97a78f4 to
6392ebe
Compare
6392ebe to
88c46ea
Compare
|
r? @flip1995 |
flip1995
left a comment
There was a problem hiding this comment.
For me this is just an approval and merge. As lintcheck is not really in the common local developer flow, this shouldn't be noticable by most contributors
I've updated the description, and I've set a reminder on the second week of May to check if this fix can be removed. |
|
Looks like this didn't help with #14397, while it did in the current PR, and the trace shows that |
|
Ah right, some runners are on different image versions it looks like and this PR happened to be on the slightly older one In that case we should remove |
tokio-rustlsrequiresaws-lc-syswhich requirescmake 3.xto be built. This installscmake 3.xfrom the repository, overriding thecmake 4.xinstallation.The situation will be reexamined in a few weeks, as
aws-lc-syswill get a new release in a few days withcmake 4.xsupport. We will then be able to remove this temporary fix.changelog: none
r? @ghost