Commit 95b50946 authored by DawnStone's avatar DawnStone Committed by Scott Cyphers

fixed contrib/docker/Makefile to set NGRAPH_USE_PREBUILT_LLVM=TRUE with Ubuntu builds (#736)

parent b90deb7f
......@@ -65,6 +65,7 @@ ifeq ("$(shell echo ${OS} | grep centos)","centos74")
else
DOCKERFILE ?= "Dockerfile.ngraph"
RUN_AS_USER_SCRIPT ?= ${DOCKUSER_HOME}/ngraph-test/contrib/docker/run_as_ubuntu_user.sh
CMAKE_OPTIONS_EXTRA+=-DNGRAPH_USE_PREBUILT_LLVM=TRUE
endif
# For gcc builds, we do NOT regard warnings as errors
......
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