Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Neff <[email protected]>
  • Loading branch information
andyneff committed Dec 5, 2024
1 parent 9165fa6 commit 5ba82cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ba82cc

Please sign in to comment.