Skip to content

jgalenson/reproducible-rustc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Reproducible rustc

This repository contains a script for building rustc reproducibly.

All the patches it required have now been merged.

To get reproducible builds locally, either run repro.sh or

  1. Apply the patches to two identical rustcs (tested with version 1.45.0).
  2. Build the two rustcs.
  3. Diff their stage 2s.

About

Patches to build rustc reproducibly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages