Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nofib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
7785439d
Commit
7785439d
authored
May 29, 2020
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct compiler
parent
7d9b7038
Pipeline
#20112
passed with stage
in 60 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
.gitlab-ci.yml
.gitlab-ci.yml
+7
-4
No files found.
.gitlab-ci.yml
View file @
7785439d
variables
:
DOCKER_REV
:
2b69e99de97bd5bf1fbdbf45852231c3dcb602b6
DOCKER_REV
:
ba119705df5222fe74208a85019cb980e2c4318f
validate-hadrian
:
image
:
"
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb
9
:$DOCKER_REV"
image
:
"
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb
10
:$DOCKER_REV"
tags
:
-
x86_64-linux
before_script
:
...
...
@@ -10,10 +10,13 @@ validate-hadrian:
-
ghc --version
-
cabal --version
script
:
-
GHC=/opt/ghc/$GHC_VERSION/bin/ghc
-
$GHC --version
-
cabal update
-
cabal new-run nofib-run -- -o out
-
cabal new-run nofib-run -- -o out
-w $GHC
-
mkdir -p results
-
cp _make/out/*.results.tsv resutls
-
$GHC --info > results/compiler-info
-
cp _make/out/*.results.tsv results
artifacts
:
paths
:
-
results
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment