sccache 0.8.1-1 source package in Ubuntu

Changelog

sccache (0.8.1-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * update patches
  * relax to build-depend unversioned
    when version is satisfied in Debian stable;
    stop explicitly build-depend on recent rustc
  * skip failing test

 -- Jonas Smedegaard <email address hidden>  Sat, 01 Jun 2024 00:55:10 +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.1-1.dsc 4.4 KiB 9cd715903b82da3c719e5541a5eee3ac77794d9a7c41e7f91e9f140536749c63
sccache_0.8.1.orig.tar.gz 345.4 KiB 30b951b49246d5ca7d614e5712215cb5f39509d6f899641f511fb19036b5c4e5
sccache_0.8.1-1.debian.tar.xz 25.3 KiB 35048685f41e3443c9261ccbe3a14caa942dfeec0a38e14e355a9004bd5944cb

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