From 5ff16aee602550ce07134d8bd8d6f0fbe42058db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=92=E1=85=A1=E1=86=AB=E1=84=8B=E1=85=AF=E1=86=AB?= =?UTF-8?q?=E1=84=8C=E1=85=AE=E1=86=AB?= Date: Tue, 28 May 2024 15:59:34 +0900 Subject: [PATCH] Makefile: Fixed gmet-linux build error that occurred when Dockerfile.metadium was updated with ubuntu focus. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f4f90868bd2d..55bf4d08ef52 100644 --- a/Makefile +++ b/Makefile @@ -120,9 +120,9 @@ gmet-linux: docker build -t meta/builder:local \ -f Dockerfile.metadium . && \ docker run -e HOME=/tmp --rm -v $(shell pwd):/data \ - -u $(shell id -u):$(shell id -g) \ -w /data meta/builder:local \ - "make USE_ROCKSDB=$(USE_ROCKSDB)"; \ + "git config --global --add safe.directory /data;\ + make USE_ROCKSDB=$(USE_ROCKSDB)"; \ fi ifneq ($(USE_ROCKSDB), YES)