Last active
May 17, 2018 09:47
-
-
Save abhi1010/82686e5b25f1045eb9aae6aa27134cba to your computer and use it in GitHub Desktop.
icecream setup
This file contains hidden or 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
sudo dnf install -y icecream.x86_64 icemon.x86_64 | |
# On Main Scheduler server - run both | |
sudo icecc-scheduler -d | |
sudo iceccd -d | |
# On Build Farm Clients | |
sudo iceccd -d | |
# https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Using_Icecream | |
sudo dnf install icecream | |
sudo systemctl enable iceccd | |
sudo systemctl start iceccd | |
/usr/libexec/icecc/bin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment