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

rust crates超过10MB上限,尝试平台拆分为不同的包 #63

Open
mingkuang-Chuyu opened this issue May 4, 2024 · 1 comment
Assignees
Labels
类型:新功能/建议(enhancement) New feature or request 处置:正在讨论(Review) 我们正在讨论如何解决,怎么实现更好。 影响范围:低 这个问题不会造成真正的体验问题,可以暂缓解决。

Comments

@mingkuang-Chuyu
Copy link
Collaborator

mingkuang-Chuyu commented May 4, 2024

背景

rust crates包最大只能为10MB。否则上传就会失败。为了成功上传,为大家提供更好的服务,想对crates包做拆分处理,以避免这个上限。

目前已经通过删除create包的PDB文件,临时规避了10MB上限问题。

初步设想

根据平台,比如x86、x64……拆分为不同的子包。然后由父统一控制。结构大致如下:

flowchart TD;
VC-LTL-->VC-LTL.x86
VC-LTL-->VC-LTL.x64
VC-LTL-->VC-LTL.arm
VC-LTL-->VC-LTL.arm64
Loading
@mingkuang-Chuyu mingkuang-Chuyu added 类型:新功能/建议(enhancement) New feature or request 处置:正在讨论(Review) 我们正在讨论如何解决,怎么实现更好。 影响范围:低 这个问题不会造成真正的体验问题,可以暂缓解决。 labels May 4, 2024
@stevefan1999-personal
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
类型:新功能/建议(enhancement) New feature or request 处置:正在讨论(Review) 我们正在讨论如何解决,怎么实现更好。 影响范围:低 这个问题不会造成真正的体验问题,可以暂缓解决。
Projects
None yet
Development

No branches or pull requests

3 participants