From a44632468136456c049cf08b09502e3ffb55d30c Mon Sep 17 00:00:00 2001 From: Miles Liu Date: Fri, 18 Nov 2022 10:53:51 +0800 Subject: [PATCH] CI: fix /dev/fd errors on FreeBSD --- .github/workflows/CICD.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index cfb0d8238..0ea67f67d 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -908,6 +908,9 @@ jobs: # * NOTE: All steps need to be run in this block, otherwise, we are operating back on the mac host set -e # + # We need a file-descriptor file system to test test_ls::test_ls_io_errors + mount -t fdescfs fdesc /dev/fd + # TEST_USER=tester REPO_NAME=${GITHUB_WORKSPACE##*/} WORKSPACE_PARENT="/Users/runner/work/${REPO_NAME}"