Skip to content
Snippets Groups Projects
Verified Commit b6362e45 authored by René Fritze's avatar René Fritze
Browse files

revert trying to un-=hide bindings errors

parent 7458c81c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ ENV MY_MODULE=${project_name}
# and removes xt-la, xt-grid, xt-functions for xt-common, etc
RUN set -euxo pipefail && \
${SRC_DCTRL} ${BLD} all || (cat ${DUNE_BUILD_DIR}/*/CMakeFiles/CMakeError.log; false) && \
${SRC_DCTRL} ${BLD} bexec "${BUILD_CMD} bindings || grep 'unknown target' " && \
${SRC_DCTRL} ${BLD} bexec "${BUILD_CMD} bindings || echo no bindings" && \
rm -rf ${MY_MODULE} && \
mkdir ${MY_MODULE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment