From 8d5fc4eaae5d8eb540bca81b52c80e52f8350181 Mon Sep 17 00:00:00 2001 From: Ivan Avdeev Date: Wed, 22 Apr 2026 08:19:20 -0400 Subject: [PATCH] fixup podman woes on some machines --- container/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/container/run.sh b/container/run.sh index 63ca5c6..7f0e27c 100755 --- a/container/run.sh +++ b/container/run.sh @@ -1,6 +1,9 @@ #!/bin/bash set -eux +# just podman things +export DBUS_SESSION_BUS_ADDRESS= + NAME=xash-builder HLRTEST_REPO_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd)"