You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
从 Mac Activity 观察看, 慢是两个阶段, 一个是从 GitHub 下载编译好的二进制文件, 另一个是编译代码(可能是下载了源码进行 fallback 的编译). 有些情况代理不能生效, 就想到自己放一个镜像用于下载,
我试着下载了 Release 页面对应的一些文件到 https://cdn.tiye.me/skia-binaries/0.46.0/ ,
然后配合一个变量, 可以指定 cargo 运行时使用镜像当中的地址
SKIA_BINARIES_URL="https://cdn.tiye.me/skia-binaries/{tag}/skia-binaries-{key}.tar.gz"
关于技术细节, 查看官方仓库里的一些内容:
rust-skia/rust-skia#328 (comment)
https://github.com/rust-skia/rust-skia/search?q=SKIA_BINARIES_URL&type=
Beta Was this translation helpful? Give feedback.
All reactions