CI: fix Haiku git safe.directory issue, fixes #9562

This commit is contained in:
Mrityunjay Raj
2026-04-05 23:02:25 +05:30
parent 84fb1c9435
commit cb83cc19e0
+2
View File
@@ -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 .