sccache 0.8.0-3 source package in Ubuntu

Changelog

sccache (0.8.0-3) unstable; urgency=medium

  * run build-time testing without optimization,
    to not run out of memory

 -- Jonas Smedegaard <email address hidden>  Sat, 18 May 2024 09:19:18 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sccache_0.8.0-3.dsc 4.5 KiB e57a0ba1fbbcec329a75aebd7bef24d143d0c1e658eca23eacf718b744e1548b
sccache_0.8.0.orig.tar.gz 345.3 KiB e78c7a65982e2ab1dc2e5580e548bb1bf6f47a0f20e58dcba8856fc97640f2d2
sccache_0.8.0-3.debian.tar.xz 25.1 KiB f09fddaf0d5ab0fe49c7338a08f1e1050b0e6c9d51b1bdb756149e13af936393

Available diffs

No changes file available.

Binary packages built by this source

sccache: compiler cache for fast recompilation of C/C++/Rust code

 Sccache is a compiler cache.
 It speeds up recompilation
 by caching previous compilations
 and detecting when the same compilation is being done again.
 .
 Compared to ccache,
 sccache caches not only C and C++ but also Rust code
 and can store its cache using certain cloud storage,
 but tracks objects by their full paths
 (ccache tracks objects more flexibly).