Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
cba5c335
Commit
cba5c335
authored
May 09, 2022
by
Antoine Kaufmann
Browse files
docker: use submodule to clone qemu repo
parent
59a961d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docker/Dockerfile
docker/Dockerfile
+2
-1
No files found.
docker/Dockerfile
View file @
cba5c335
...
@@ -2,7 +2,8 @@ FROM simbricks-build AS simbricks-obj
...
@@ -2,7 +2,8 @@ FROM simbricks-build AS simbricks-obj
COPY
. /simbricks
COPY
. /simbricks
WORKDIR
/simbricks
WORKDIR
/simbricks
RUN
make
-j
`
nproc
`
ENABLE_VERILATOR
=
y
RUN
make
-j
`
nproc
`
ENABLE_VERILATOR
=
y
RUN
make
-j
`
nproc
`
sims/external/qemu/ready
\
RUN
git submodule update
--init
sims/external/qemu
\
&&
make
-j
`
nproc
`
sims/external/qemu/ready
\
&&
bash docker/cleanup_external.sh
&&
bash docker/cleanup_external.sh
RUN
make
-j
`
nproc
`
build-images-min
COMPRESSED_IMAGES
=
true
\
RUN
make
-j
`
nproc
`
build-images-min
COMPRESSED_IMAGES
=
true
\
&&
bash docker/cleanup_images.sh
&&
bash docker/cleanup_images.sh
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