Skip to content

Add a workaround for fstrim command not working in some FS

juadde requested to merge Kppqju77/arch-boxes:fstrim into master

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.

Merge request reports