haskell/ghc-builder

Name: ghc-builder

Owner: Haskell

Description: ghc builder bot

Created: 2014-04-01 17:41:47.0

Updated: 2016-11-11 13:11:33.0

Pushed: 2016-01-30 07:04:13.0

Homepage: null

Size: 755

Language: Haskell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The GHC builder

The GHC builder is a client/server system that allows us to build and test GHC on lots of different computers scattered around the world (the clients, or build slaves), and aggregate the test results centrally (the server).

Building the build slave
lient/
l sandbox init
l sandbox add-source ../common/
l install --dependencies-only
l build
Controlling resource usage

It is recommended that you run the builder-client in a dedicated VM or container environment to control resources. However, in the absence of that you can use ulimit on UNIX and UNIX-like systems to control the maximum resources that builder-client will consume. Windows System Resource Manager can be used in a similar manner.

Example: Run builder-client with a 2GB virtual memory limit
it -v 2000000
der-client -v

See Also: https://ghc.haskell.org/trac/ghc/wiki/Builder


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.