We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbb9ba commit 50523c2Copy full SHA for 50523c2
.github/workflows/tests.yml
@@ -164,7 +164,7 @@ jobs:
164
# optimize ext4 FSes for performance, not reliability
165
for fs in $(findmnt --noheading --type ext4 --list --uniq | awk '{print $1}'); do
166
# nombcache and data=writeback cannot be changed on remount
167
- sudo mount -o remount,noatime,barrier=0,commit=6000 "${fs}"
+ sudo mount -o remount,noatime,barrier=0,commit=6000 "${fs}" || true
168
done
169
170
# disable dpkg from calling sync()
0 commit comments