summaryrefslogtreecommitdiff
path: root/.gitlab/ci.sh
Commit message (Expand)AuthorAgeFilesLines
* Add Javascript backendSylvain Henry2022-11-291-21/+48
* ci: add a stronger test for cross bindistsCheng Shao2022-11-111-3/+2
* Revert "ci: enable parallel compression for xz"Bryan Richter2022-09-291-1/+1
* Remove stage1:exe:ghc-bin pre-build from CI scriptMatthew Pickering2022-09-141-4/+0
* ci: enable parallel compression for xzCheng Shao2022-09-121-1/+1
* ci: remove unused build_make/test_make in ci scriptCheng Shao2022-09-061-46/+0
* ci: Attempt using normal submodule cloning strategyMatthew Pickering2022-08-301-2/+2
* gitlab-ci: Drop make build validation jobsBen Gamari2022-08-251-1/+0
* gitlab-ci: Bump to use freebsd13 runnersBen Gamari2022-08-091-4/+5
* gitlab-ci: Add basic support for cross-compiler testiingBen Gamari2022-08-081-21/+51
* gitlab-ci: Fix hadrian bootstrapping of release pipelinesBen Gamari2022-08-061-1/+5
* hadrian: Fix testing stage1 compilerMatthew Pickering2022-06-141-7/+10
* ci: Don't try to run ./boot when testing bootstrap of source distMatthew Pickering2022-06-011-3/+6
* Build stage1 with -V as wellMatthew Pickering2022-05-311-1/+1
* ci: Make sure to exit promptly if `make install` fails.Matthew Pickering2022-05-301-1/+1
* Test DESTDIR in test_hadrian()wip/type-dataJulian Ospald2022-05-211-2/+23
* ci: Use correct syntax when args list is emptyMatthew Pickering2022-05-191-1/+1
* packaging: Introduce CI job for generating hackage documentationMatthew Pickering2022-05-161-7/+11
* gitlab-ci: Check for dynamic msys2 dependenciesBen Gamari2022-05-111-0/+13
* gitlab/ci: Fix name of bootstrap compiler directoryBen Gamari2022-05-041-2/+2
* ci: Add linting job which checks authors are not GHC CIMatthew Pickering2022-04-271-0/+13
* ci: Fix shell commandMatthew Pickering2022-04-271-2/+2
* ci: Explicitly handle failures in test_hadrianMatthew Pickering2022-04-271-11/+11
* ci: Add test to check that release jobs have profiled libsMatthew Pickering2022-04-271-1/+8
* ci: Fix cabal-reinstall jobMatthew Pickering2022-04-271-3/+3
* ci: Generate jobs for all normal builds and use hadrian for all buildsMatthew Pickering2022-03-241-1/+3
* Add check to ensure we are not building validate jobs for releasesMatthew Pickering2022-03-241-0/+21
* ci: Fix save_cache functionwip/linters-stage1Matthew Pickering2022-03-091-0/+1
* Replace use of BIN_DIST_PREP_TAR_COMP with BIN_DIST_NAMEMatthew Pickering2022-03-071-0/+3
* ci: Add check to CI to ensure compiler uses correct BIGNUM_BACKENDMatthew Pickering2022-03-021-2/+8
* Reinstallable GHCZubin Duggal2022-02-211-28/+54
* ci: Add ENABLE_NUMA flag to explicitly turn on libnuma dependencyMatthew Pickering2022-01-271-0/+6
* hadrian: Allow testing of the stage1 compiler (#20755)Zubin Duggal2022-01-261-0/+6
* ci: Fix subtlety with not taking effect because of time_it (#20898)Zubin Duggal2022-01-181-1/+4
* ci: test bootstrapping and use hadrian for source distsZubin Duggal2022-01-111-1/+1
* ci: Fix master CIMatthew Pickering2021-12-221-1/+1
* ci: Use correct metrics baselineMatthew Pickering2021-12-171-3/+7
* gitlab-ci: Set HOME to plausible but still non-existent locationBen Gamari2021-11-201-1/+3
* gitlab-ci: Fail if dynamic references are found in a static bindistBen Gamari2021-11-161-1/+1
* gitlab-ci: Refactor toolchain provisionBen Gamari2021-11-161-10/+26
* ci: test in-tree compiler in hadrianZubin Duggal2021-10-131-0/+1
* gitlab-ci: Introduce static Alpine jobBen Gamari2021-10-121-1/+21
* ci: Run hadrian builds verbosely, but not testsMatthew Pickering2021-10-041-2/+1
* ci: Use https:// transport and access token to push perf notesBen Gamari2021-10-031-7/+1
* ci: Unset CI_* variables before run_hadrian and test_makeMatthew Pickering2021-10-011-12/+16
* ci: Increase default verbosity level to `-V` (Verbose)Matthew Pickering2021-09-281-0/+1
* gitlab-ci: Ensure that temporary home existsBen Gamari2021-09-271-1/+2
* gitlab-ci: Don't rely on $HOME when pushing test metricsBen Gamari2021-09-241-1/+6
* gitlab-ci: Unset MACOSX_DEPLOYMENT_TARGET in stage0 buildBen Gamari2021-09-231-0/+3
* gitlab-ci: bash fixesBen Gamari2021-09-231-3/+3