sccache 0.7.7-1 source package in Ubuntu

Changelog

sccache (0.7.7-1) unstable; urgency=medium

  * update TODOs
  * update and unfuzz patches
  * add patch 2008 to use older branches of crates http hyper
  * add patch 2011 to accept older releases of crate predicates

 -- Jonas Smedegaard <email address hidden>  Sat, 17 Feb 2024 17:04:00 +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-1.dsc 4.4 KiB 6130d682c94e106a3bdb3cfb0d827fc2ef9ca884c7c59d63301a9f868d27b900
sccache_0.7.7.orig.tar.gz 336.0 KiB a5f5dacbc8232d566239fa023ce5fbc803ad56af2910fa1558b6e08e68e067e0
sccache_0.7.7-1.debian.tar.xz 24.5 KiB e75d41fdf469276363688ca0a814e920b3fd4d307d7d52c658243c567648bcde

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