nimbus-eth2 icon indicating copy to clipboard operation
nimbus-eth2 copied to clipboard

Flake-based build environment for Nix users

Open zah opened this issue 3 years ago • 3 comments

zah avatar Mar 21 '22 17:03 zah

the original nix files remained mostly broken and unmaintained - what's makes this time around different? does anyone else use nix really?

arnetheduck avatar Mar 21 '22 18:03 arnetheduck

Unit Test Results

       9 files  ±0     678 suites  ±0   19m 15s :stopwatch: - 3m 2s 1 997 tests ±0  1 848 :heavy_check_mark: ±0  149 :zzz: ±0  0 :x: ±0  8 117 runs  ±0  7 944 :heavy_check_mark: ±0  173 :zzz: ±0  0 :x: ±0 

Results for commit 62a28679. ± Comparison against base commit fb6e6d9c.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Mar 21 '22 19:03 github-actions[bot]

I've switched to NixOS on a new computer and I'll be using this on a daily basis. It's also something that I could see us using in the CI down the road (it's a way to pin down all software that is being used during the build - e.g. compilers, system libraries, etc).

zah avatar Mar 22 '22 13:03 zah

It's also something that I could see us using in the CI down the road

if anything we should be using the same docker images we use for creating binaries so we test with the same gcc/glibc/patches

arnetheduck avatar Oct 16 '22 21:10 arnetheduck