Created
December 11, 2020 15:11
-
-
Save lambdageek/fc1806b8632a9d5727a2f51f6a6349c6 to your computer and use it in GitHub Desktop.
Build dotnet/runtime with distcc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
export PATH=/usr/lib/distcc:"${PATH}" | |
export DISTCC_NO_REWRITE_CROSS=1 | |
exec ./build.sh "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment