From 1969bcc672597825168ba3d94bd6bf5299ba526e Mon Sep 17 00:00:00 2001 From: Devdutt Shenoi Date: Mon, 10 Mar 2025 11:10:59 +0530 Subject: [PATCH 1/3] fix: cross compile with GNU binutils 2.34 --- Cross.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Cross.toml diff --git a/Cross.toml b/Cross.toml new file mode 100644 index 000000000..9479f32c7 --- /dev/null +++ b/Cross.toml @@ -0,0 +1,5 @@ +[target.aarch64-unknown-linux-gnu] +image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu@sha256:25e3a1b7d4a57ff9326d69a302005e909014e48f7995b70a2feaa71faad469c5" + +[target.x86_64-unknown-linux-gnu] +image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu@sha256:25e3a1b7d4a57ff9326d69a302005e909014e48f7995b70a2feaa71faad469c5" \ No newline at end of file From c7f236d88bfe5309afc5b51fba9d258075c25d72 Mon Sep 17 00:00:00 2001 From: Devdutt Shenoi Date: Mon, 10 Mar 2025 11:12:08 +0530 Subject: [PATCH 2/3] style: add new line at the end --- Cross.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cross.toml b/Cross.toml index 9479f32c7..9a69a7b4a 100644 --- a/Cross.toml +++ b/Cross.toml @@ -2,4 +2,4 @@ image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu@sha256:25e3a1b7d4a57ff9326d69a302005e909014e48f7995b70a2feaa71faad469c5" [target.x86_64-unknown-linux-gnu] -image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu@sha256:25e3a1b7d4a57ff9326d69a302005e909014e48f7995b70a2feaa71faad469c5" \ No newline at end of file +image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu@sha256:25e3a1b7d4a57ff9326d69a302005e909014e48f7995b70a2feaa71faad469c5" From 7f584f8e71e9505da1607778b9f5b65c03a822ef Mon Sep 17 00:00:00 2001 From: Devdutt Shenoi Date: Mon, 10 Mar 2025 11:27:36 +0530 Subject: [PATCH 3/3] ci: fix image not found --- Cross.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cross.toml b/Cross.toml index 9a69a7b4a..a43cc519f 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,5 +1,5 @@ [target.aarch64-unknown-linux-gnu] -image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu@sha256:25e3a1b7d4a57ff9326d69a302005e909014e48f7995b70a2feaa71faad469c5" +image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu@sha256:1e2a0291f92a4372cbc22d8994e735473045383f1ce7fa44a16c234ba00187f4" [target.x86_64-unknown-linux-gnu] -image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu@sha256:25e3a1b7d4a57ff9326d69a302005e909014e48f7995b70a2feaa71faad469c5" +image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu@sha256:bf05360bb9d6d4947eed60532ac7a0d7e8fae8f214e9abb801d5941c8fe4918d"