1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-08 18:08:46 +00:00

build: build-docker.sh: ignore dubious ownership

[no changelog]
This commit is contained in:
Martin Milata 2025-04-29 13:45:52 +02:00
parent dea1cf2bf8
commit 215c4d32d9

View File

@ -184,6 +184,8 @@ if [ $INIT -eq 1 ]; then
mkdir -p /reproducible-build mkdir -p /reproducible-build
cd /reproducible-build cd /reproducible-build
# ignore ownership of the local repo
git config --global --add safe.directory /local/.git
git clone --branch="$TAG" --depth=1 "$REPOSITORY" trezor-firmware git clone --branch="$TAG" --depth=1 "$REPOSITORY" trezor-firmware
cd trezor-firmware cd trezor-firmware
EOF EOF