Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litedram
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel LiteX
litedram
Commits
d8eccebb
Commit
d8eccebb
authored
Dec 17, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: update RISC-V GCC install.
parent
33f3aa55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.github/workflows/ci.yml
.github/workflows/ci.yml
+5
-4
No files found.
.github/workflows/ci.yml
View file @
d8eccebb
...
...
@@ -28,9 +28,8 @@ jobs:
run
:
|
wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
python3 litex_setup.py gcc
ls $PWD/../riscv64-*/bin/
export PATH=$PATH:$(echo $PWD/../riscv64-*/bin/)
riscv64-unknown-elf-gcc --version
sudo mkdir /usr/local/riscv
sudo cp -r $PWD/../riscv64-*/* /usr/local/riscv
# Install Project
-
name
:
Install Project
...
...
@@ -38,4 +37,6 @@ jobs:
# Test
-
name
:
Run Tests
run
:
python3 setup.py test
run
:
|
export PATH=/usr/local/riscv/bin:$PATH
python3 setup.py test
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