mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 02:56:07 +08:00
Graphical login requires DefaultLimitNOFILE=4096 to be set in user.conf. Task-number: COIN-699 Pick-to: 6.2 Change-Id: Ia07e834ebcffa2ed24a7c211255a4c4c5a10ca10 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io>
7 lines
95 B
Bash
Executable File
7 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/linux/set_ulimit.sh"
|