openarch 0.4.1 - #237
Merged
Merged
Conversation
0.4.0 的模板在没有装模拟器的机器上生成出一个「三台机器都编得出、一台都跑不了」的 工程 —— 清单里的 `[xlings] deps` 是声明而不是安装触发器。README 现在承担这件事, 而 CI 的断言从 `mcpp build` 扩到 `mcpp run`(此前那一步还放在一个不装模拟器的 作业里,物理上只可能断言 build)。 两端镜像逐字节核验一致(sha256 1056e2f8…)。
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.4.0 的模板在干净机器上生成出一个「三台机器都编得出、一台都跑不了」的工程 —— 清单里的
[xlings] deps是声明而不是安装触发器。build扩到run。两端镜像逐字节核验一致。