From 5ba82cccfa1ca6424898ca3ac97357baa4aad0d7 Mon Sep 17 00:00:00 2001 From: Andy Neff Date: Thu, 5 Dec 2024 07:32:55 -0500 Subject: [PATCH] CI Signed-off-by: Andy Neff --- docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 3a261d42..a3821a34 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -116,6 +116,11 @@ services: image: ${VSI_COMMON_DOCKER_REPO}:os_${VSI_COMMON_TEST_OS_TAG_NAME-debian_8} volumes: - <<: *vsi_common_volume + # Since some of the integration tests bind test dirs in, make sure the + # tmp it is using is the same tmp dir + - type: bind + source: /tmp + target: /tmp # CircleCI Updated to a kernel that supports statx, but uses an old 2017 # server that doesn't whitelist it privileged: true