-
Once https://github.com/asciidoc/asciidoc/pull/9 is merged and included in a released version, we should set `-a footer-style=revdate` to have our documentation built reproducibly.
-
I'm new to FPGA development, so forgive me if this idea is unattainable.
Would it be possible to have a FPGA build pipeline that produces deterministic/reproducible builds, i.e. the exact same bits…
-
One use case for Occulum could be an open source application where - by knowing the MRENCLAVE and having all the enclaves source and configuration files - a third party would be able to rebuild the en…
-
1. The command used to generate a `tar.gz` archive can silently fail without errors. Improve the build targets such that the release target should fail if `tar` fails. See https://github.com/gravitati…
-
## Context
When working on https://github.com/google/OpenSK/pull/67, we realized that building some boards was failing to build on my desktop, but not on Travis-CI. The reason was that the **paths …
-
Looking into supporting `mkosi` for https://system-transparency.org/ but we need support for reproducible builds.
Currently `mkosi` support `--finalize-script` for image cleanups, but there are non…
-
## Gramine Reproducible Builds
- [ ] 1. Can the TCB (trusted computing base) of a Gramine enclave be built deterministically?
- [ ] 2. What are Gramines build dependencies? Can these be built de…
-
Users should not have to trust that Stack Wallet binaries properly represent the source tree. Reproducible builds mitigate this risk by allowing users to check that a given binary matches a given comm…
-
If I make two different copies of rust-analyzer, set them both to build with `--remap-path-prefix` by adding it to `rustflags` in `.cargo/config`, and build them with `cargo xtask install`, I see mult…
-
I've found two issues when trying to make a cpp-library build reproducible (i.e. produce the same binary output from the same source files):
1. The order of objectFiles in LinkerSpec is not determi…