Skip to content
Snippets Groups Projects
Commit 3be870ce authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Ignoring non-critical error occurring when removing nonexistent libc++.so

parent 1d316384
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ builds:
install: |
cd "$BUILD_DIR"
rm "${DESTDIR}${ORCHESTRA_ROOT}/lib64/libc++.so"
rm "${DESTDIR}${ORCHESTRA_ROOT}/lib64/libc++.so" || true
echo 'INPUT(libc++.so.1 -lc++abi -lpthread)' > "${DESTDIR}${ORCHESTRA_ROOT}/lib64/libc++.so"
if test -z "$DESTDIR"; then
......
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