Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
head.hackage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
head.hackage
Commits
04f7150a
Commit
04f7150a
authored
10 months ago
by
Teo Camarasu
Browse files
Options
Downloads
Patches
Plain Diff
ci: remove limiting to 1 cores
parent
1abcc165
No related branches found
No related tags found
1 merge request
!394
Simplify our nix code
Pipeline
#104088
canceled
10 months ago
Stage: generate
Stage: dispatch
Pipeline: head.hackage
#104089
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/setup-nix-environment.sh
+0
-1
0 additions, 1 deletion
ci/setup-nix-environment.sh
with
0 additions
and
1 deletion
ci/setup-nix-environment.sh
+
0
−
1
View file @
04f7150a
...
@@ -6,7 +6,6 @@ build-users-group =
...
@@ -6,7 +6,6 @@ build-users-group =
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://cache.nixos.org
substituters = https://cache.nixos.org
experimental-features = nix-command flakes
experimental-features = nix-command flakes
cores = 1 # to avoid resource exhaustion. See: <https://gitlab.haskell.org/ghc/head.hackage/-/issues/38>
EOF
EOF
# Equivalent to running `nix develop` but works in CI scripts.
# Equivalent to running `nix develop` but works in CI scripts.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment