File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ COPY --from=${2} /usr/local/bin/verificarlo* /usr/local/bin/
22
22
COPY --from=${2} /usr/local/include/* /usr/local/include/
23
23
24
24
# Preloading the instrumented shared library
25
- ARG FUZZY_LIBMATH_VERSION=standard
26
- RUN set-fuzzy-libmath --version=${FUZZY_LIBMATH_VERSION}
25
+ RUN set-fuzzy-libmath --version=standard
27
26
28
27
ENV VFC_BACKENDS 'libinterflop_mca.so --precision-binary32=24 --precision-binary64=53 --mode=rr'
29
28
HERE
@@ -51,6 +50,6 @@ elif [[ $# == 3 ]]; then
51
50
FUZZY_IMAGE=$3
52
51
fi
53
52
54
- echo " Build fuzzy-libmath (from ${FUZZY_IMAGE} ) for ${BASEIMAGE } as ${TAG} "
55
- generate_docker $BASEIMAGE $FUZZY_IMAGE
56
- build_docker $TAG
53
+ echo " Build fuzzy-libmath (from ${FUZZY_IMAGE} ) for ${BASE_IMAGE } as ${TAG} "
54
+ generate_docker $BASE_IMAGE $FUZZY_IMAGE
55
+ build_docker $TAG
You can’t perform that action at this time.
0 commit comments