firebuild 0.2.12-2 source package in Ubuntu

Changelog

firebuild (0.2.12-2) unstable; urgency=medium

  * Intercept seccomp syscall and always return with EINVAL error.
    Also allow intercepting man again since seccomp() calls won't crash it
    anymore under interception. (Closes: #1032619)

 -- Balint Reczey <email address hidden>  Sun, 12 Mar 2023 23:16:41 +0100

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Sid
Original maintainer:
Balint Reczey
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release multiverse misc

Downloads

File Size SHA-256 Checksum
firebuild_0.2.12-2.dsc 2.2 KiB 60f7b9365e37be1674413cbd41cbdb2f6753129ea9b6892af50c6651a30adb0c
firebuild_0.2.12.orig.tar.gz 342.9 KiB ec2da5a65949e5f2fbf5a24b1ecb66ee2c81080e6014b253acc32dd084f6abde
firebuild_0.2.12-2.debian.tar.xz 9.4 KiB 910d4914f9c8121a472fc0c22d7faf810c525f3499e766504018454d089f37b6

Available diffs

No changes file available.

Binary packages built by this source

firebuild: Automatic build accelerator cache

 It works by caching the outputs of executed commands and replaying the
 results when the same commands are executed with the same parameters
 within the same environment.
 .
 The commands can be compilation or other build artifact generation
 steps, tests, or any command that produces predictable output. The
 commands to cache and replay from the cache are determined
 automatically based on firebuild's configuration and each command's
 and its children's observed behavior.
 .
 Firebuild supports caching compilation results of C, C++, Fortran, Java,
 Rust, Scala and other compilers and outputs of scripts written in Bash,
 Perl, Python and other interpreted languages.

firebuild-dbgsym: debug symbols for firebuild
libfirebuild0: Automatic build accelerator - shared library

 It works by caching the outputs of executed commands and replaying the
 results when the same commands are executed with the same parameters
 within the same environment.
 .
 The commands can be compilation or other build artifact generation
 steps, tests, or any command that produces predictable output. The
 commands to cache and replay from the cache are determined
 automatically based on firebuild's configuration and each command's
 and its children's observed behavior.
 .
 This package provides the shared library preloaded by the intercepted
 processes.

libfirebuild0-dbgsym: debug symbols for libfirebuild0