Skip to content

ilmanzo/rust_i18n_repro_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducer for the non-deterministic builds when usint rust-i18n

At each build, the non-deterministic ordering of the included translations causes a different binary.

To run:

$ cargo -q clean ; cargo build -q --release ; sha1sum target/release/rust_i18n_repro_test 
590e9b2151de0e68a1fec7e0cb6487653b929dc1  target/release/rust_i18n_repro_test

$ cargo -q clean ; cargo build -q --release ; sha1sum target/release/rust_i18n_repro_test 
608e48ce2c1c2ef5ffd37940db7ee20b7076aae6  target/release/rust_i18n_repro_test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages