summaryrefslogtreecommitdiff
path: root/.gitlab/darwin
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: Don't use coreutils on DarwinBen Gamari2022-08-091-1/+0
| | | | | | | | | In general we want to ensure that the tested environment is as similar as possible to the environment the user will use. In the case of Darwin, this means we want to use the system's BSD command-line utilities, not coreutils. This would have caught #21974.
* gitlab-ci: Bump bootstrap compiler to 9.2.2Ben Gamari2022-04-061-3/+3
| | | | | | This is necessary to build recent `text` commits. Bumps Hackage index state for a hashable which builds with GHC 9.2.
* gitlab/darwin: Factor out bindistsBen Gamari2022-04-061-13/+12
| | | | This makes it a bit easier to bump them.
* gitlab-ci/darwin: Move SDK path discovery into toolchain.nixBen Gamari2021-11-161-0/+3
| | | | | Reduce a bit of duplication and a manual step when running builds manually.
* ci: More surgical use of nix in Darwin buildsBen Gamari2021-09-233-0/+302