sccache 0.8.1-2 source package in Ubuntu

Changelog

sccache (0.8.1-2) unstable; urgency=medium

  * use same RUSTFLAGS for all weak architectures

 -- Jonas Smedegaard <email address hidden>  Sat, 01 Jun 2024 08:48:29 +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-2.dsc 4.4 KiB 0916d7563c803445dc276293c18ec8802453566ae253e61fd354ae888069f9ca
sccache_0.8.1.orig.tar.gz 345.4 KiB 30b951b49246d5ca7d614e5712215cb5f39509d6f899641f511fb19036b5c4e5
sccache_0.8.1-2.debian.tar.xz 25.3 KiB fe5653a8ef56745882d237efe725c13af530bb2b356c62a51709bb9d64926dfd

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