From 0620be1f5a4d7d019f6fae265224282935c91853 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 25 May 2024 21:29:23 -0400 Subject: [PATCH] Cross-compile from Ubuntu 22.04 LLVM 17 can't talk with binutils 2.34 for RISC-V specifically. This updates binutils to 2.38. Upstream issue is https://github.com/rust-lang/rust/issues/117101. --- .github/workflows/depends.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/depends.yml b/.github/workflows/depends.yml index c6d42f3fa..148a72832 100644 --- a/.github/workflows/depends.yml +++ b/.github/workflows/depends.yml @@ -22,7 +22,7 @@ env: jobs: build-cross: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: CCACHE_TEMPDIR: /tmp/.ccache-temp strategy: