mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-07 20:02:36 +00:00
CI: fix Haiku git safe.directory issue, fixes #9562
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user