mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-17 21:27:40 +00:00
Merge pull request #6548 from keymanapp/chore/linux/debian-testing
chore(linux): Fix failure in Debian reproducibility testing 🐧
This commit is contained in:
commit
ab69c4a48e
2 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||
export PYBUILD_NAME=keyman-config
|
||||
export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/share/keyman-config/
|
||||
|
||||
export KEYMAN_PKG_BUILD=1
|
||||
|
||||
# xenial needs this to be explicit
|
||||
export LC_ALL=C.UTF-8
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ BASEDIR=$(realpath $(dirname $0))
|
|||
TESTDIR=${XDG_DATA_HOME:-$HOME/.local/share}/keyman/test_kmx
|
||||
PID_FILE=/tmp/ibus-keyman-test-pids
|
||||
|
||||
if [ -v DEB_BUILD_MULTIARCH ]; then
|
||||
if [ -v KEYMAN_PKG_BUILD ]; then
|
||||
# During package builds we skip these tests that require to start ibus because
|
||||
# ibus requires to find /var/lib/dbus/machine-id or /etc/machine-id, otherwise it fails with:
|
||||
# "Bail out! IBUS-FATAL-WARNING: Unable to load /var/lib/dbus/machine-id: Failed to open file
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue