Skip to content

Commit 7fa19bf

Browse files
committed
.gitlab-ci.yml: 3h timeout for nix-devshell
Sometimes packages (e.g. graalvm) may need to be rebuilt instead of loading form cache. Allow more time to do this.
1 parent 328de69 commit 7fa19bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Build on minimal Nix image using the devshell from `flake.nix`
22
nix-devshell:
3+
timeout: 3h # long timeout in case of unexpected rebuilds of packages from source
34
image: nixos/nix:latest
45
variables:
56
NIXPKGS_URL: "github:NixOS/nixpkgs/nixos-unstable"

0 commit comments

Comments
 (0)