Skip to content

Instantly share code, notes, and snippets.

@abraithwaite
Created August 8, 2014 03:30
Show Gist options
  • Save abraithwaite/90c17dbb45d0d6aa977a to your computer and use it in GitHub Desktop.
Save abraithwaite/90c17dbb45d0d6aa977a to your computer and use it in GitHub Desktop.
Deterministic Linux Builds
#!/bin/bash
export INSTALL_MOD_STRIP=-s
export KBUILD_BUILD_TIMESTAMP=0
export KBUILD_BUILD_USER=root
export KBUILD_BUILD_HOST=localhost
make mrproper
make allnoconfig
make -j4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment