- 23 Dec, 2020 1 commit
-
-
Adam Sandberg Eriksson authored
-
- 11 Dec, 2020 2 commits
-
-
Ben Gamari authored
It looks like I neglected to update this after introduce flavour transformers.
-
Ben Gamari authored
Also refactor the job definition to eliminate the bug by construction.
-
- 04 Dec, 2020 1 commit
-
-
Ben Gamari authored
Ensuring that the right toolchain is used.
-
- 30 Nov, 2020 1 commit
-
-
Ryan Scott authored
See #18973.
-
- 28 Nov, 2020 2 commits
-
-
Ben Gamari authored
The deployments are quite large and yet are currently only served for the ghc/ghc> project.
-
Ben Gamari authored
This adds a job to test cross-compilation from x86-64 to AArch64 with Hadrian. Fixes #18234
-
- 24 Nov, 2020 2 commits
-
-
Ben Gamari authored
The current Debian 9 image doesn't provide LLVM 7.
-
Ben Gamari authored
Namely, those marked with the ~"LLVM backend" label
-
- 15 Nov, 2020 2 commits
-
-
Moritz Angermann authored
This addes the necessary logic to support aarch64 on elf, as well as aarch64 on mach-o, which Apple calls arm64. We change architecture name to AArch64, which is the official arm naming scheme.
-
Ben Gamari authored
-
- 13 Nov, 2020 1 commit
-
-
Ben Gamari authored
-
- 27 Oct, 2020 1 commit
-
-
Ben Gamari authored
Bumps bootstrap compiler to 8.10.1.
-
- 25 Oct, 2020 2 commits
-
-
Ben Gamari authored
Haddock chews through enough memory to cause the CI builders to OOM and there's frankly no reason to build documentation in this job anyways.
-
Ben Gamari authored
-
- 20 Oct, 2020 1 commit
-
-
Ben Gamari authored
Previously the Hadrian jobs used the `FLAVOUR` environment variable to communicate which flavour `ci.sh` should build whereas `make` used `BUILD_FLAVOUR`. This caused unnecessary confusion. Consolidate these two.
-
- 17 Oct, 2020 2 commits
-
-
Ben Gamari authored
Silly mistake on my part.
-
Ben Gamari authored
Currently the Hadrian build appears not to package documentation correctly, causing doc-tarball to fail due to the Windows build.
-
- 16 Oct, 2020 3 commits
-
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
This should have been done when the toolchain was bumped.
-
- 14 Oct, 2020 2 commits
-
-
Ben Gamari authored
Fixes #18267.
-
Ben Gamari authored
As noted in #18726, this regularly breaks. Let's test it. Note that we don't actually perform a build of GHC itself; we merely test that the Hadrian executable builds and works (by invoking `hadrian --version`).
-
- 11 Oct, 2020 1 commit
-
-
Hécate Moonlight authored
-
- 09 Oct, 2020 2 commits
-
-
Ben Gamari authored
This should fix #18774.
-
Hécate Moonlight authored
-
- 07 Oct, 2020 1 commit
-
-
Ben Gamari authored
-
- 26 Sep, 2020 2 commits
-
-
Ben Gamari authored
We now have a proper periodic clean-up script installed on the runners.
-
Ben Gamari authored
-
- 14 Sep, 2020 4 commits
-
-
Wander Hillen authored
-
Wander Hillen authored
-
Wander Hillen authored
-
Wander Hillen authored
-
- 09 Sep, 2020 1 commit
-
-
Ben Gamari authored
We now generate our Docker images via Dhall definitions, as described in ci-images!52. Additionally, we are far more careful about where tools come from, using the ALEX, HAPPY, HSCOLOR, and GHC environment variables (set in the Dockerfiles) to find bootstrapping tools.
-
- 07 Sep, 2020 1 commit
-
-
Ben Gamari authored
-
- 05 Sep, 2020 4 commits
-
-
Ben Gamari authored
A small typo in a rule regular expression.
-
Ben Gamari authored
These are a significant burden on our CI resources and end up failing quite often due to #18274. Here I drop the make jobs during validaion; it is now run only during the nightly builds.
-
Ben Gamari authored
This should have been done when we bumped the bootstrap compiler to 8.8.4.
-
Ben Gamari authored
This interfered with the autoconf variable of the same name, breaking pre-release builds.
-
- 22 Aug, 2020 1 commit
-
-
Wander Hillen authored
-