mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
CI: Enable packaging config on arm linux
Task-number: COIN-1029 Change-Id: I369ce20e24b9adf6b64274dfe07bdfc25888e46f Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
@@ -43,7 +43,7 @@ set -ex
|
||||
|
||||
echo "Disable Network Time Protocol (NTP)"
|
||||
|
||||
if uname -a |grep -q "Ubuntu"; then
|
||||
if uname -a |grep -q "Ubuntu\|Debian" ; then
|
||||
sudo timedatectl set-ntp false
|
||||
elif cat /etc/os-release | grep "PRETTY_NAME" | grep -q "Leap 15"; then
|
||||
(sudo systemctl stop chronyd && sudo systemctl disable chronyd)
|
||||
|
||||
Reference in New Issue
Block a user