Add a workaround for fstrim command not working in some FS
Today build is failing when fstrim is not supported on the FS.
This workaround enables the build to continue even when trimming is failing, by having a workaround for set -o errexit
option at the beginning.
We could also unset this property.
Please advise if any adjustment should be done.