sccache 0.7.7-2 source package in Ubuntu

Changelog

sccache (0.7.7-2) unstable; urgency=medium

  * add patch cherry-picked upstream
    to allow compilation without remote storage support

 -- Jonas Smedegaard <email address hidden>  Mon, 04 Mar 2024 08:09:58 +0100

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.7.7-2.dsc 4.4 KiB 3d9c6af85363d12a922202d0ac7dd122fb7ad1b08c4dac0c834c5d5ae0a2ed39
sccache_0.7.7.orig.tar.gz 336.0 KiB a5f5dacbc8232d566239fa023ce5fbc803ad56af2910fa1558b6e08e68e067e0
sccache_0.7.7-2.debian.tar.xz 24.7 KiB bb22d370f39dbc5f569a0a903d5858f68f8004e1b06a1fd04ff55fe220b3b9a3

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).