Merge pull request #9563 from mr-raj12/fix/haiku-ci-safe-directory

CI: fix Haiku git safe.directory issue, fixes #9562
This commit is contained in:
TW 2026-04-07 11:44:35 +02:00 committed by GitHub
commit c72b90b5c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 .