grafana / pyroscope-rs

Pyroscope Profiler for Rust. Profile your Rust applications.
Apache License 2.0
132 stars 22 forks source link

chore(ci): update rust build toolchain #151

Closed kolesnikovae closed 3 months ago

kolesnikovae commented 3 months ago

Fixes CI. Note that the updated build images are to be pushed at release – before that CI will be failing, and this is expected

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 3 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

korniltsev commented 3 months ago

The toolchain was fixed to 1.64 so that binaries did not have glibc >= 2.17 dependency

https://blog.rust-lang.org/2022/08/01/Increasing-glibc-kernel-requirements.html

I support upgrading the toolchain though.