From cb83cc19e05e2b78b237b6698fcddf4387a97a54 Mon Sep 17 00:00:00 2001 From: Mrityunjay Raj Date: Sun, 5 Apr 2026 23:02:25 +0530 Subject: [PATCH] CI: fix Haiku git safe.directory issue, fixes #9562 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c0d33a24..e3b4e2873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -573,6 +573,8 @@ jobs: export PKG_CONFIG_PATH="/system/develop/lib/pkgconfig:/system/lib/pkgconfig:${PKG_CONFIG_PATH:-}" export BORG_LIBLZ4_PREFIX=/system/develop export BORG_OPENSSL_PREFIX=/system/develop + # rsync into the Haiku VM changes file ownership; tell git to trust the workdir + git config --global --add safe.directory "$(pwd)" pip install -r requirements.d/development.lock.txt pip install -e .