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
df4346e8
"...composable_kernel.git" did not exist on "a91b68dfcb9fb52d508a20577b022fd09429f4b6"
Commit
df4346e8
authored
May 26, 2022
by
Antoine Kaufmann
Browse files
docker: also build femu
parent
79c18eea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
docker/Dockerfile
docker/Dockerfile
+2
-0
No files found.
docker/Dockerfile
View file @
df4346e8
...
@@ -8,5 +8,7 @@ RUN git submodule update --init sims/external/qemu \
...
@@ -8,5 +8,7 @@ RUN git submodule update --init sims/external/qemu \
RUN
git submodule update
--init
sims/external/gem5
\
RUN
git submodule update
--init
sims/external/gem5
\
&&
make
-j
`
nproc
`
sims/external/gem5/ready
\
&&
make
-j
`
nproc
`
sims/external/gem5/ready
\
&&
bash docker/cleanup_gem5.sh
&&
bash docker/cleanup_gem5.sh
RUN
git submodule update
--init
sims/external/femu
\
&&
make
-j
`
nproc
`
sims/external/femu/ready
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