Commit 05545092 authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

Revert "CI: Enable gold"

This reverts commit 549a4fd1.
parent 549a4fd1
...@@ -28,7 +28,7 @@ RUN pip install tox ...@@ -28,7 +28,7 @@ RUN pip install tox
COPY . /root/ngraph COPY . /root/ngraph
RUN mkdir /root/ngraph/build RUN mkdir /root/ngraph/build
WORKDIR /root/ngraph/build WORKDIR /root/ngraph/build
RUN cmake ../ -DNGRAPH_USE_GOLD=1 -DNGRAPH_USE_PREBUILT_LLVM=TRUE -DCMAKE_INSTALL_PREFIX="~/ngraph_dist" RUN cmake ../ -DNGRAPH_USE_PREBUILT_LLVM=TRUE -DCMAKE_INSTALL_PREFIX="~/ngraph_dist"
RUN make style-check RUN make style-check
RUN make -j 8 RUN make -j 8
RUN make install RUN make install
......
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