Skip to content

Fix CI crosscompilation with rust >= 1.90 #1618

@j-chmielewski

Description

@j-chmielewski

Our CI currently relies on cross for cross-compilation of foreign targets. With Rust 1.90 introducing a new linker, cross is no longer compatible and causes pipeline failures. As a temporary workaround, CI job was modified to use rust v1.89.

Since we now have Amazon workers set up, it makes more sense to drop cross-compilation altogether and instead use appropriate AWS machine architecture directly for builds.

Proposed change:
Update the CI configuration to stop using cross and build natively on the correct AWS workers.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions