Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Glasgow Haskell Compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
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
Adam Sandberg Eriksson
Glasgow Haskell Compiler
Commits
6318d874
Commit
6318d874
authored
Dec 18, 2018
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circleci: Fix LLVM build
Might as well make sure it works before we retire it.
parent
ae4e4ba6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
.circleci/config.yml
.circleci/config.yml
+3
-7
No files found.
.circleci/config.yml
View file @
6318d874
...
...
@@ -252,18 +252,14 @@ jobs:
-
*push_perf_note
-
*store_test_artifacts
"
validate-x86_64-linux-deb
8
-llvm"
:
"
validate-x86_64-linux-deb
9
-llvm"
:
docker
:
-
image
:
ghcci/x86_64-linux-deb
8:0.1
-
image
:
ghcci/x86_64-linux-deb
9:0.2
environment
:
<<
:
*buildenv
BUILD_FLAVOUR
:
perf-llvm
TEST_ENV
:
x86_64-linux-deb
8
-llvm
TEST_ENV
:
x86_64-linux-deb
9
-llvm
steps
:
-
run
:
name
:
Install LLVM
command
:
|
echo "export PATH=`pwd`/../clang+llvm-6.0.0-x86_64-linux-gnu-debian8/bin:\$PATH" >> $BASH_ENV
-
run
:
name
:
Verify that llc works
command
:
llc
...
...
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