summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCheng Shao <terrorjack@type.dance>2023-03-30 04:55:39 +0000
committerCheng Shao <terrorjack@type.dance>2023-03-30 18:42:56 +0000
commit6d6a37a8f7dd136b067edfe0d4860a77e15e4186 (patch)
treef08581952ded5518fc882829f335d77869eefafb /.gitlab-ci.yml
parent6f885e6575eb741556d6e198d1a9dbdadf10307b (diff)
downloadhaskell-6d6a37a8f7dd136b067edfe0d4860a77e15e4186.tar.gz
ci: make lint-ci-config job fast again
We don't pin our nixpkgs revision and tracks the default nixpkgs-unstable channel anyway. Instead of using haskell.packages.ghc924, we should be using haskell.packages.ghc92 to maximize the binary cache hit rate and make lint-ci-config job fast again. Also bumps the nix docker image to the latest revision.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75ac14db52..b6aea0edd2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -264,7 +264,7 @@ lint-author:
- *drafts-can-fail-lint
lint-ci-config:
- image: nixos/nix:2.12.0
+ image: nixos/nix:2.14.1
extends: .lint
# We don't need history/submodules in this job
variables:
@@ -979,7 +979,7 @@ project-version:
.ghcup-metadata:
stage: deploy
- image: "nixos/nix:2.12.0"
+ image: nixos/nix:2.14.1
dependencies: null
tags:
- x86_64-linux