| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Test Plan: Try `./validate`, CircleCI build; make sure core count
detection works in both cases.
Reviewers: alpmestan
Reviewed By: alpmestan
Subscribers: rwbarton, thomie, carter
GHC Trac Issues: #14470
Differential Revision: https://phabricator.haskell.org/D4897
|
| |
|
| |
|
|
|
|
| |
This seems to fix a number of segmentation faults.
|
| |
|
|
|
|
|
|
|
| |
The ‘haskell’ images are not being updated and there is no image with GHC
8.4.2, so we probably should not use them anymore. I adapted Dockerfiles
used by those images so the end result is almost the same except we get
newer GHC and cabal-install.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: mrkkrp, bgamari
Reviewed By: mrkkrp, bgamari
Subscribers: thomie, carter
GHC Trac Issues: #15093
Differential Revision: https://phabricator.haskell.org/D4646
|
| |
|
|
|
|
|
|
|
| |
Since for every job there are failing tests, if we try to upload artifacts
after tests, we won't get any. As a temporary measure I suggest uploading
artifacts before running tests. Once tests are fixed, we should peform
artifact uploading after tests again.
|
| |
|
|
|
|
| |
Now we use the images from the ‘ghcci’ account on docker hub.
|
| |
|
| |
|
|
|
|
| |
That image creates an unprivileged user to run the test suite under.
|
|
|
|
|
| |
This uses the build.sh script included in the Hadrian tree, ensuring that we
will build Cabal from git if necessary.
|
|
|
|
| |
Once we finally get the automation for #12758 we can re-enable these.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Set THREADS=CPUS+1 in circleci.
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4415
|
| |
|
| |
|
|
|
|
| |
Supposedly the original issue has been fixed.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The storeartifacts step inexplicably hangs on OS X. I am currently be working
with CircleCI support to resolve this.
|
|
|
|
|
|
|
| |
It appears that our jobs generally run on VMs with 2 vCPUs. Consequently running
with 8 jobs will completely oversubscribe the machine. I suspect this is the
cause of #14453. Let's bump this down to 3 for now. Ideally we would determine
this from the environment.
|
|
|
|
| |
This should greatly improve log output.
|
| |
|
|
|
|
|
| |
This reverts commit 00ff02352f07bff7d422e4e48e4e5df9a0b63d83.
This reverts commit 11a59de25d49f999eed0ea55df29d916a66ecd91.
|
| |
|
|
|