evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
9.88k stars 490 forks source link

Speed up Go build by using eatmydata. #808

Closed petterreinholdtsen closed 1 year ago

petterreinholdtsen commented 1 year ago

The eatmydata package block programs from using file system sync, a kernel operation slowing down execution to ensure data reaches the disk before continuing. No-one care if the hard disk got any data for the continous integration tests if the machine crashes halfway through the test, so this is just wasted time.