Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deploy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
paradise
deploy
Commits
f155e46b
There was an error fetching the commit references. Please try again later.
Commit
f155e46b
authored
3 years ago
by
Vladimír Štill
Browse files
Options
Downloads
Patches
Plain Diff
ansible: Update eval-haskell
parent
a2063169
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/eval-haskell.fi.muni.cz.yml
+4
-3
4 additions, 3 deletions
ansible/eval-haskell.fi.muni.cz.yml
with
4 additions
and
3 deletions
ansible/eval-haskell.fi.muni.cz.yml
+
4
−
3
View file @
f155e46b
-
name
:
eval-haskell
hosts
:
eval-haskell.fi.muni.cz
vars
:
dhcpcd
:
False
dhcpcd
:
false
postfix
:
true
ghc_version
:
9.0.1
ghc_prefix
:
'
/opt/ghc/{{ghc_version}}'
ib015_workers
:
8
...
...
@@ -338,11 +339,11 @@
command
:
/opt/cabal/bin/cabal v1-update
become
:
True
become_user
:
'
ib015_eval_{{item}}'
when
:
not dot_cabal_ib015.results[item].stat.exists
#
when: not dot_cabal_ib015.results[item].stat.exists
loop
:
'
{{range(ib015_workers)}}'
-
name
:
Hackage modules
command
:
/opt/cabal/bin/cabal v1-install QuickCheck lens HUnit
command
:
/opt/cabal/bin/cabal v1-install QuickCheck lens HUnit
graph-wrapper
become
:
True
become_user
:
'
ib015_eval_{{item}}'
loop
:
'
{{range(ib015_workers)}}'
...
...
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