Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
ci-images
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
ci-images
Merge requests
!16
linters: Checkout a specific git commit
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
linters: Checkout a specific git commit
lint
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Ben Gamari
requested to merge
lint
into
master
5 years ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
Otherwise this whole thing feels far too non-deterministic
0
0
Merge request reports
Compare
master
version 2
f0473319
5 years ago
version 1
88e89993
5 years ago
master (base)
and
latest version
latest version
f786c953
1 commit,
5 years ago
version 2
f0473319
1 commit,
5 years ago
version 1
88e89993
1 commit,
5 years ago
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
linters/Dockerfile
+
3
−
2
Options
@@ -21,10 +21,11 @@ RUN echo "ghc ALL = NOPASSWD : ALL" > /etc/sudoers.d/ghc
USER
ghc
WORKDIR
/home/ghc/
# Build Linting tools
RUN
cabal update
RUN
git
clone https://gitlab.haskell.org/ghc/git-haskell-org-hooks
RUN
git clone https://gitlab.haskell.org/ghc/git-haskell-org-hooks
&&
\
git
-C
git-haskell-org-hooks checkout 0df6168bdc1c52f9ebfd98a7b424e716f131330d
WORKDIR
/home/ghc/git-haskell-org-hooks
RUN
cabal
install
Loading