aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dockerfiles/Fedora_26.Dockerfile
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2018-04-25 23:25:59 +0300
committerPiotr Krysik <pkrysik@elka.pw.edu.pl>2018-06-18 15:11:17 +0200
commit487bf4764e9091feafb9c2a2ab86e056b124a529 (patch)
tree2dad06d0c87ab2c88815b1236085a9b426e0c61f /tests/dockerfiles/Fedora_26.Dockerfile
parent8f4b5ba3724675f204db0821398dc8d6b30bf86a (diff)
Fix the parallel build with cmake 3.11
Copy UseSWIG.cmake from the gnuradio repository from commit 4433a7703fe3f5713c2200a0f7c11b13510f34cc This macro is distributed in the Debian's gnuradio-dev package but it's not available in Fedora/Centos gnuradio-devel package. The gnuradio's version contains a fix for the parallel build 99a09af05fda6d0bab0cf3724a1c6bf453c71bc7 and some other improvements as well.
Diffstat (limited to 'tests/dockerfiles/Fedora_26.Dockerfile')
-rw-r--r--tests/dockerfiles/Fedora_26.Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dockerfiles/Fedora_26.Dockerfile b/tests/dockerfiles/Fedora_26.Dockerfile
index 745d89a..6beb83d 100644
--- a/tests/dockerfiles/Fedora_26.Dockerfile
+++ b/tests/dockerfiles/Fedora_26.Dockerfile
@@ -22,6 +22,7 @@ RUN cmake .. && \
# and .gnuradio directories do not exist
mkdir $HOME/.grc_gnuradio/ $HOME/.gnuradio/ && \
make && \
+ make -j $(nproc) && \
make install && \
ldconfig && \
make test