Skip to content
Snippets Groups Projects
Commit f6cfce16 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Merge branch 'sly2j-master-patch-06606' into 'master'

Add time and valgrind

See merge request !79
parents 9353e64b e8c89249
No related branches found
No related tags found
1 merge request!79Add time and valgrind
...@@ -47,6 +47,8 @@ RUN --mount=type=cache,target=/var/cache/apt \ ...@@ -47,6 +47,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
gv \ gv \
poppler-utils \ poppler-utils \
parallel \ parallel \
time \
valgrind \
&& localedef -i en_US -f UTF-8 en_US.UTF-8 \ && localedef -i en_US -f UTF-8 en_US.UTF-8 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 \ && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100 \ && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment