From 9824b055ae9284f5d3ede497ae86b64af552b0a0 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 8 Nov 2024 10:30:27 -0700 Subject: [PATCH] debug pkg install --- .github/workflows/test-packages-action-linux.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-packages-action-linux.yml b/.github/workflows/test-packages-action-linux.yml index 87801aa2b96..e48f7fdfce9 100644 --- a/.github/workflows/test-packages-action-linux.yml +++ b/.github/workflows/test-packages-action-linux.yml @@ -113,7 +113,9 @@ jobs: container: image: ${{ inputs.container }} options: --privileged - + volumes: + - /run/systemd/system:/run/systemd/system + - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket timeout-minutes: 120 # 2 Hours - More than this and something is wrong needs: - generate-matrix @@ -196,6 +198,9 @@ jobs: # wget https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/refs/heads/master/files/docker/systemctl3.py # cp systemctl3.py /usr/bin/systemctl # chmod +x /usr/bin/systemctl + - name: install pkg test + run: | + dpkg -i ./artifacts/pkg/salt-common-${{ inputs.salt-version}}_${{ inputs.arch }}.deb ./artifacts/pkg/salt-master-${{ inputs.salt-version}}_${{ inputs.arch }}.deb - name: Show System Info env: