This project contains a collection of build scenarios for various programming languages and build tools. The goal is to provide a set of reproducible build scenarios that can be used to test and compare reproducibility in space and time (different build environments, different time).
Github has been chosen as the platform for this project because it provides a convenient way to run the builds on different architectures and operating systems through Github Actions.
The tested architectures are:
x86_64-linux
(ubuntu-20.04
)x86_64-linux
(ubuntu-22.04
)x86_64-darwin
(macos-12
)aarch64-darwin
(macos-14
)
Build a C program using the host C compiler.
Build a C program in a Docker container using the C compiler.
Base image:
alpine
Build a C program using Guix.
Build a C program using Nix legacy (not flake).
Build a C program using Nix flake.
Build an OCI image using Nix flake.
Build a PDF document using Typst.
Fix scenario 7 and build a reproducible PDF document using Typst.