feat(eui-neo): 0.5.6 补 CN 镜像 - #205
Merged
Merged
Conversation
把 compat.eui-neo 0.5.6 三个平台的 url 从纯字符串改写成
{ GLOBAL, CN } 镜像表,CN 指向 gitcode mcpp-res/eui-neo。
镜像资源已上传并闭环验证:
- gitcode mcpp-res/eui-neo@0.5.6 资产 eui-neo-0.5.6.tar.gz(14794160 bytes)
- CN 直连 curl http=200,sha256 与 GLOBAL 逐字节一致,
等于描述符里既有的 0df8d798…6abf8,sha256 不变。
0.5.5 保持纯字符串形态(未镜像),按 docs/cn-mirror.md 的
fallback 规则,CN 用户回落上游即可;注释同步更正。
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.
给
compat.eui-neo的最新版本 0.5.6 补上 CN 镜像,国内mcpp add/build不再只能走 GitHub。改了什么
pkgs/e/compat.eui-neo.lua里 linux / macosx / windows 三个平台的0.5.6,url从纯字符串改写成{ GLOBAL, CN }镜像表:sha256一个字没动(0df8d798…6abf8)——CN 传的就是 GLOBAL 那份字节。镜像资源(已上传)
用本地
gtc发到 gitcodemcpp-res/eui-neo(该仓已存在,此前只有0.5.3):gtc release publish mcpp-res/eui-neo --tag 0.5.6 --name "EUI-NEO 0.5.6" --target main --asset eui-neo-0.5.6.tar.gzeui-neo-0.5.6.tar.gz,14794160 bytes闭环验证(即
docs/cn-mirror.md第 4 步,也是 CImirror-cn-reachable做的事):BYTE-IDENTICAL,且等于描述符里原有的 sha256。顺手复查了同文件里 0.5.3 的 CN url,仍然 200。
0.5.5 没动
0.5.5 从未镜像到 mcpp-res,保持纯字符串形态 —— 按
docs/cn-mirror.md的 fallback 规则,{ GLOBAL=x, CN=x }过不了 lint,纯字符串才是正确写法,CN 用户回落上游即可。原来那段注释写的是「0.5.5/0.5.6 都还没镜像」,已同步更正。要补的话另开 PR,sha256 同样不变。
本地验证
纯元数据改动,不涉及构建配方,包本身的构建行为不变。