openarch 0.5.1 - #240
Merged
Merged
Conversation
0.5.0 的模板 build.mcpp.in 仍带 x86_64 的旧早退,与它自己的 README 矛盾。 CI 看不见是因为模板断言落在只装 RISC-V 模拟器的那一行。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
三平台各加 0.5.1 行。CN 端已回探核验,与 GLOBAL 逐字节一致。
0.5.0 的模板
build.mcpp.in仍带 x86_64 的旧早退 —— 模板 README 说mcpp run --target x86_64-none-elf,而生成的工程在那台机器上配不出 runner。gate的 riscv64 一行,而那一行只装 RISC-V 的模拟器,它物理上只能断言 riscv64 能跑。「能跑」这一半现已逐行断言,每行断言自己装了模拟器的那台机器。0.5.0 保留在表里 —— 已发布的版本可能已被 pin,且它的非模板部分不受影响。