Closed tetsumaki closed 6 years ago
See https://circleci.com/gh/wodby/mariadb/159
patching file scripts/CMakeLists.txt
Hunk #1 FAILED at 175.
1 out of 1 hunk FAILED -- saving rejects to file scripts/CMakeLists.txt.rej
The patching error has stopped the build, we have set -e
in the beginning of Dockerfile
True.
I have tested with :
&& for i in /tmp/patches/"${MARIADB_VER:0:4}"/*.patch; do patch -p1 -i "${i}"; done \
And you :
for i in /tmp/patches/"${MARIADB_VER:0:4}"/*.patch; do patch -p1 -i "${i}"; done; \
With my line, the build continue if I do not use xargs.
Sorry ;)
Also, it seems we already have maxdepth
params in place