Skip to content

Commit

Permalink
Makefile: Fixed gmet-linux build error that occurred when Dockerfile.…
Browse files Browse the repository at this point in the history
…metadium was updated with ubuntu focus.
  • Loading branch information
cp-wjhan committed May 28, 2024
1 parent c71a667 commit 5ff16ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5ff16ae

Please sign in to comment.