feat(build): Disable safe directory check inside docker

Signed-off-by: Jiuyue Ma <majiuyue@bosc.ac.cn>
This commit is contained in:
Jiuyue Ma 2025-05-08 16:52:53 +08:00 committed by Tang Haojin
parent c00d376c98
commit 7f91ebc0a0
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ WORKDIR /work
VOLUME /work/out
VOLUME /work/build
# disable git safe.directory check
RUN git config --global --add safe.directory '*'
#
# download dependencies
#