Skip to content

Commit

Permalink
Merge pull request #25 from Nancy-Chauhan/master
Browse files Browse the repository at this point in the history
Updating librecores-ci-openrisc to remove cores required by or1k-tests
  • Loading branch information
oleg-nenashev authored Jul 22, 2019
2 parents 82e03ca + 2b85124 commit 71c2ae7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions librecores-ci-openrisc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@ ENV PATH="/tmp/tools/or1k-elf/bin:${PATH}"
# Download and compile or1k-tests
RUN git clone https://github.com/openrisc/or1k-tests.git
WORKDIR /tmp/src/tools/or1k-tests/native
RUN make -j8

# Setup fusesoc and add the cores required by or1k-tests
RUN fusesoc init -y
RUN fusesoc library add mor1kx-generic https://github.com/stffrdhrn/mor1kx-generic.git
RUN fusesoc library add intgen https://github.com/stffrdhrn/intgen.git

RUN make -j8

0 comments on commit 71c2ae7

Please sign in to comment.