We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff16ae commit e5607b3Copy full SHA for e5607b3
Makefile
@@ -120,6 +120,7 @@ gmet-linux:
120
docker build -t meta/builder:local \
121
-f Dockerfile.metadium . && \
122
docker run -e HOME=/tmp --rm -v $(shell pwd):/data \
123
+ -u $(shell id -u):$(shell id -g) \
124
-w /data meta/builder:local \
125
"git config --global --add safe.directory /data;\
126
make USE_ROCKSDB=$(USE_ROCKSDB)"; \
0 commit comments