Commit 759d8b84 authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

CI: Reduce job count

parent 51c29f62
......@@ -30,7 +30,7 @@ RUN mkdir /root/ngraph/build
WORKDIR /root/ngraph/build
RUN cmake ../ -DNGRAPH_USE_PREBUILT_LLVM=TRUE -DCMAKE_INSTALL_PREFIX="~/ngraph_dist"
RUN make style-check
RUN make -j 8
RUN make -j 4
RUN make install
# Prepare nGraph Python API
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment