Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci/Dockerfile: Update riscv toolchain to gcc13.2.0 #10306

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

xiaoxiang781216
Copy link
Contributor

@xiaoxiang781216 xiaoxiang781216 commented Aug 20, 2023

Summary

and change the default toolchain to riscv32-unknown-elf-, required by #8244.

Impact

riscv toolchain

Testing

ci

@pkarashchenko
Copy link
Contributor

But what about cibuild.sh?

@xiaoxiang781216
Copy link
Contributor Author

xiaoxiang781216 commented Aug 20, 2023

But what about cibuild.sh?

keep with the old version, since I don't use macOS machine and then hard to find a method to handle dmg file from:
https://buildbot.embecosm.com/job/riscv32-gcc-macos-release/19/artifact/riscv32-embecosm-macos-gcc13.2.0.dmg
Could you help for macOS?

and change the default toolchain to riscv32-unknown-elf-

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
@mu578
Copy link

mu578 commented Aug 20, 2023

But what about cibuild.sh?

keep with the old version, since I don't use macOS machine and then hard to find a method to handle dmg file from: https://buildbot.embecosm.com/job/riscv32-gcc-macos-release/19/artifact/riscv32-embecosm-macos-gcc13.2.0.dmg Could you help for macOS?

on macos you have hdiutil to mount or convert them, on linux host dmg2img it handles hfsplus partitions.

@xiaoxiang781216
Copy link
Contributor Author

But what about cibuild.sh?

keep with the old version, since I don't use macOS machine and then hard to find a method to handle dmg file from: https://buildbot.embecosm.com/job/riscv32-gcc-macos-release/19/artifact/riscv32-embecosm-macos-gcc13.2.0.dmg Could you help for macOS?

on macos you have hdiutil to mount or convert them, on linux host dmg2img it handles hfsplus partitions.

Yes, I know hditutil from google, but since I don't have macos machine to try.

@mu578
Copy link

mu578 commented Aug 20, 2023

But what about cibuild.sh?

keep with the old version, since I don't use macOS machine and then hard to find a method to handle dmg file from: https://buildbot.embecosm.com/job/riscv32-gcc-macos-release/19/artifact/riscv32-embecosm-macos-gcc13.2.0.dmg Could you help for macOS?

on macos you have hdiutil to mount or convert them, on linux host dmg2img it handles hfsplus partitions.

Yes, I know hditutil from google, but since I don't have macos machine to try.

explain your intent ; I can write you the something you want and test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants