mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
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.
This commit is contained in:
parent
d69e6bda1c
commit
0620be1f5a
2
.github/workflows/depends.yml
vendored
2
.github/workflows/depends.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user