We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a24e8b commit c689624Copy full SHA for c689624
src/ci/docker/host-x86_64/dist-various-2/build-solaris-toolchain.sh
@@ -54,7 +54,7 @@ apt-get clean
54
# This makes all those symlinks.
55
for lib in $(find -name '*.so.*'); do
56
target=${lib%.so.*}.so
57
- [ -e $target ] || ln -s ${lib##*/} $target
+ ln -s ${lib##*/} $target || echo "warning: silenced error symlinking $lib"
58
done
59
60
# Remove Solaris 11 functions that are optionally used by libbacktrace.
0 commit comments