Tag

CNB

0 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Oct 23, 2024 · Cloud Native

Remote Development and CI Equivalence with Cloud Native Build (CNB)

Remote development and CI share an identical Git‑based workflow, and CNB’s git‑clone‑yyds plugin plus declarative Dockerfile configuration enable rapid container startup, shared copy‑on‑write volume caching, and synchronized environment setup, making code preparation, dependency installation, and compile/test phases functionally equivalent across both contexts.

CI/CDCNBDeclarative Configuration
0 likes · 9 min read
Remote Development and CI Equivalence with Cloud Native Build (CNB)
Tencent Cloud Developer
Tencent Cloud Developer
Oct 16, 2024 · Cloud Native

CNB Volumes Cache: Accelerating Large-Scale Compilation with Copy-on-Write

CNB speeds up massive AOSP builds by using Docker volumes with a copy‑on‑write overlay cache, turning a 46‑minute compilation into a 90‑second incremental build even with six concurrent pipelines, while simplifying configuration and supporting multiple caching strategies for parallel development.

AOSP CompilationBuild CacheCI/CD Optimization
0 likes · 8 min read
CNB Volumes Cache: Accelerating Large-Scale Compilation with Copy-on-Write