-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Deepin Integration]~[V23-Beta3] feat: update sccache to 0.8.2-2 by deepin-community-bot[bot]@deepin-community/sccache by deepin-community-ci-bot[bot] #10861
Comments
Integration Test Info Test suggestion | 测试建议
sccache 的主要特点
安装 sccache可以通过以下几种方式安装 1. 通过包管理器安装某些发行版提供了 sudo pacman -S sccache 2. 使用 Rust 安装
cargo install sccache
3. 从源码编译如果想要自定义 git clone https://github.com/mozilla/sccache
cd sccache
cargo build --release
# 二进制文件位于 target/release/sccache
sudo cp target/release/sccache /usr/local/bin/ 配置 sccache安装后,将 export RUSTC_WRAPPER=$(which sccache)
export SCCACHE_CACHE_SIZE="5G" # 设置缓存大小 设置编译器别名可以通过别名或替换 export CC="sccache gcc"
export CXX="sccache g++" 这样, 常用配置环境变量
检查缓存状态可以通过以下命令查看缓存状态: sccache --show-stats 该命令会输出缓存命中率、已用空间等信息,帮助你了解 在 CI/CD 中使用 sccache
总结
Influence | 影响范围ADDITIONAL INFORMATION | 额外补充 |
IntegrationProjector Notify the author |
IntegrationProjector Bot |
@kobe337 请开展集成验证。 |
【环境】: 【结论】: |
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
sccache (0.8.2-2) unstable; urgency=medium
tighten build-dependency for crate itertools
to fix cache collision between object file and precompiled headers
to accept newer branch of crate env_logger;
bump build-dependency for crate env_logger;
closes: bug#1084849, thanks to Matthias Geiger
to accept newer branch of crate base64;
bump build-depenency for crate base64;
closes: bug#1084518, thanks to Matthias Geigeri
The text was updated successfully, but these errors were encountered: