paritytech / scripts

Collection of Dockerfiles, scripts and related resources
Apache License 2.0
41 stars 39 forks source link

Update rve toolchain in unified image #615

Closed pgherveou closed 11 months ago

pgherveou commented 11 months ago

Update the unified-ci script with the latest version of the risc-v toolchain and openssl to version 3.1.4

cc https://github.com/paritytech/ci_cd/issues/910

alvicsam commented 11 months ago

@chevdor is it okay that openssl will be upgraded in ci image to 3.1.4 version?

chevdor commented 11 months ago

@alvicsam I don't know which version is in the image right now, assuming the new version does not involve breaking changes, it will be fine. I am not aware of anything depending on a specific version.

We will see that in CI way before we need to use it in the release anyway. So it is safe and wise to try updating to a current version.

alvicsam commented 11 months ago

@chevdor It is needed for adding risc-v toolchain to the ci needed. It requires a newer openssl version. Current version is 1.1.sth and with this PR openssl will be installed from unstable and updated to 3.1.4 version. The newer openssl version was tested in this PR and afaiu works well.