mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-27 07:06:33 +08:00
Task-number: QTQAINFRA-4498 Change-Id: I3d4ab50d16d7279cac771ac3a911af53489e2e2d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
8 lines
188 B
Bash
Executable File
8 lines
188 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# This will disable fstrim. The fstrim.timer is scheduled to activate the fstrim.service
|
|
sudo systemctl stop fstrim.timer
|
|
sudo systemctl disable fstrim.timer
|