Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
07b45d95
Unverified
Commit
07b45d95
authored
Jan 10, 2020
by
Tianqi Chen
Committed by
GitHub
Jan 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CI] Update deps for chisel (#4675)
parent
54fb55a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
docker/install/ubuntu_install_chisel.sh
+2
-3
No files found.
docker/install/ubuntu_install_chisel.sh
View file @
07b45d95
...
...
@@ -22,16 +22,15 @@ set -o pipefail
# The https:// source added below required an apt https transport
# support.
apt-get
install apt-transport-https
apt-get
update
&&
apt-get install
-y
apt-transport-https flex bison
# Install the necessary dependencies for Chisel
echo
"deb https://dl.bintray.com/sbt/debian /"
| tee
-a
/etc/apt/sources.list.d/sbt.list
apt-key adv
--keyserver
hkp://keyserver.ubuntu.com:80
--recv
2EE0EA64E40A89B84B2DF73499E82A75642AC823
apt-get update
# Note: The settings in vta/hardware/chisel/project/build.properties
# file determines required sbt version.
apt-get install
-y
sbt
=
1.1.1
apt-get
update
&&
apt-get
install
-y
sbt
=
1.1.1
# Install the Verilator with major version 4.0
wget https://www.veripool.org/ftp/verilator-4.010.tgz
...
...
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