sccache 0.7.5-2 source package in Ubuntu

Changelog

sccache (0.7.5-2) unstable; urgency=medium

  * drop patches 2008 2011 2013 2015 2016,
    obsoleted by Debian package changes
  * add patch cherry-picked upstream
    to remove all dependences on ring 0.16,
    superseding patch 2014
  * add patch cherry-picked upstream
    to add support for symlinks in toolchains
  * stop build-depend on packages for crate trust-dns-resolver

 -- Jonas Smedegaard <email address hidden>  Thu, 18 Jan 2024 02:07:22 +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.5-2.dsc 4.4 KiB 32a48b738292eaf3c4741829b26fb67ff882b891486867fa55b81f20b6576482
sccache_0.7.5.orig.tar.gz 332.3 KiB 19034b64ff223f852256869b3e3fa901059ee90de2e4085bf2bfb5690b430325
sccache_0.7.5-2.debian.tar.xz 23.9 KiB 0bc179ebd146a0a5c2e155e3cf09500ed5858da82cada11d5af3491c114e04ef

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