File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- FROM librecores/librecores-ci:0.2 .0
1+ FROM librecores/librecores-ci:0.3 .0
22
33LABEL Description="This is the default LibreCores CI Image for openrisc builds" Vendor="Librecores" Version="2019.1"
44
55WORKDIR /tmp/src/tools
66RUN export HOME=/tmp
77
8- # Get toolchain
8+ # No releases/tags available, hence we just pick the fixed verion
9+ ARG OR1K_TESTS_VERSION=7372eae64b2f25cffaac7792fe2bc918919061bf
10+
11+ # Get toolchain
912RUN apt-get update && apt-get install -y curl
1013RUN apt install xz-utils
1114RUN curl --remote-name --location \
@@ -18,4 +21,5 @@ ENV PATH="/tmp/tools/or1k-elf/bin:${PATH}"
1821# Download and compile or1k-tests
1922RUN git clone https://github.com/openrisc/or1k-tests.git
2023WORKDIR /tmp/src/tools/or1k-tests/native
21- RUN make -j8
24+ RUN git checkout ${OR1K_TESTS_VERSION}
25+ RUN make -j8
You can’t perform that action at this time.
0 commit comments