You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
--env RUN_CMD="set -x; set -e ; set -o pipefail ; if [ -f "/etc/centos-release" ]; then cat /etc/centos-release; fi; if [ -f "/etc/lsb-release" ]; then cat /etc/lsb-release; fi; uname -a ; cat /etc/os-release || true; cd ${DOCKUSER_HOME}/ngraph-cpp-test/BUILD-GCC; cmake ${CMAKE_OPTIONS_GCC} .. 2>&1 | tee cmake_gcc.log ; env VERBOSE=1 make ${PARALLEL} 2>&1 | tee make_gcc.log" \
132
-
"build_ngraph_cpp:${DBUILD_VERSION}" \
131
+
--env RUN_CMD="set -x; set -e ; set -o pipefail ; if [ -f "/etc/centos-release" ]; then cat /etc/centos-release; fi; if [ -f "/etc/lsb-release" ]; then cat /etc/lsb-release; fi; uname -a ; cat /etc/os-release || true; cd ${DOCKUSER_HOME}/ngraph-test/BUILD-GCC; cmake ${CMAKE_OPTIONS_GCC} .. 2>&1 | tee cmake_gcc.log ; env VERBOSE=1 make ${PARALLEL} 2>&1 | tee make_gcc.log" \
132
+
"build_ngraph:${DBUILD_VERSION}" \
133
133
sh -c "cd ${DOCKUSER_HOME}; ${RUN_AS_USER_SCRIPT}"
--env RUN_CMD="set -e ; set -o pipefail ; cd ${DOCKUSER_HOME}/ngraph-cpp-test/BUILD-CLANG; env VERBOSE=1 make style-check 2>&1 | tee make_style_check_clang.log" \
181
-
"build_ngraph_cpp:${DBUILD_VERSION}" \
180
+
--env RUN_CMD="set -e ; set -o pipefail ; cd ${DOCKUSER_HOME}/ngraph-test/BUILD-CLANG; env VERBOSE=1 make style-check 2>&1 | tee make_style_check_clang.log" \
181
+
"build_ngraph:${DBUILD_VERSION}" \
182
182
sh -c "cd ${DOCKUSER_HOME}; ${RUN_AS_USER_SCRIPT}"
183
183
184
184
# Install
@@ -191,8 +191,8 @@ install_gcc: check_gcc
191
191
${VOLUME} \
192
192
${DOCKER_RUN_ENV} \
193
193
--env RUN_UID="$(shell id -u)" \
194
-
--env RUN_CMD="set -e ; set -o pipefail; cd ${DOCKUSER_HOME}/ngraph-cpp-test/BUILD-GCC ; test -d ngraph_dist && rm -fr ngraph_dist && echo 'Removed old ngraph_dist directory' ; make install 2>&1 | tee make_install_gcc.log ; tar czf ngraph_dist_gcc.tgz ngraph_dist 2>&1 | tee make_tarball_gcc.log" \
195
-
"build_ngraph_cpp:${DBUILD_VERSION}" \
194
+
--env RUN_CMD="set -e ; set -o pipefail; cd ${DOCKUSER_HOME}/ngraph-test/BUILD-GCC ; test -d ngraph_dist && rm -fr ngraph_dist && echo 'Removed old ngraph_dist directory' ; make install 2>&1 | tee make_install_gcc.log ; tar czf ngraph_dist_gcc.tgz ngraph_dist 2>&1 | tee make_tarball_gcc.log" \
195
+
"build_ngraph:${DBUILD_VERSION}" \
196
196
sh -c "cd ${DOCKUSER_HOME}; ${RUN_AS_USER_SCRIPT}"
197
197
198
198
install_clang: check_clang
@@ -201,8 +201,8 @@ install_clang: check_clang
201
201
${VOLUME} \
202
202
${DOCKER_RUN_ENV} \
203
203
--env RUN_UID="$(shell id -u)" \
204
-
--env RUN_CMD="set -e ; set -o pipefail; cd ${DOCKUSER_HOME}/ngraph-cpp-test/BUILD-CLANG ; test -d ngraph_dist && rm -fr ngraph_dist && echo 'Removed old ngraph_dist directory' ; make install 2>&1 | tee make_install_clang.log ; tar czf ngraph_dist_clang.tgz ngraph_dist 2>&1 | tee make_tarball_clang.log" \
205
-
"build_ngraph_cpp:${DBUILD_VERSION}" \
204
+
--env RUN_CMD="set -e ; set -o pipefail; cd ${DOCKUSER_HOME}/ngraph-test/BUILD-CLANG ; test -d ngraph_dist && rm -fr ngraph_dist && echo 'Removed old ngraph_dist directory' ; make install 2>&1 | tee make_install_clang.log ; tar czf ngraph_dist_clang.tgz ngraph_dist 2>&1 | tee make_tarball_clang.log" \
205
+
"build_ngraph:${DBUILD_VERSION}" \
206
206
sh -c "cd ${DOCKUSER_HOME}; ${RUN_AS_USER_SCRIPT}"
207
207
208
208
# Interactive shell
@@ -213,7 +213,7 @@ shell: build_docker_image
213
213
${VOLUME} \
214
214
${DOCKER_RUN_ENV} \
215
215
--env RUN_UID="$(shell id -u)" \
216
-
"build_ngraph_cpp:${DBUILD_VERSION}" \
216
+
"build_ngraph:${DBUILD_VERSION}" \
217
217
sh -c "cd ${DOCKUSER_HOME}; ${RUN_AS_USER_SCRIPT}"
218
218
219
219
# Clean
@@ -234,6 +234,6 @@ check_cpu: check_all
234
234
echo'WARNING: "make check_cpu" is DEPRECATED and will be removed in a future revision'
235
235
echo' "make check_cpu" runs "make check_all" now, building with all compilers (gcc and clang)'
236
236
237
-
build_ngraph_cpp_cpu: build_docker_image
238
-
echo'WARNING: "make build_ngraph_cpp_cpu" is DEPRECATED and will be removed in a future revision'
0 commit comments