Skip to content

Commit

Permalink
fix Makefile for Sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
iakkus committed Mar 28, 2021
1 parent 90a5807 commit 9549933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sandbox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ build/FunctionWorker.tar.gz: \
mkdir -p build
docker run --user $$(id -u):$$(id -g) --rm -v $$(pwd)/../:/root -w /root $(THRIFT_IMAGE_NAME):$(THRIFT_VERSION) bash -c '\
thrift --gen py -out FunctionWorker/python/ DataLayerService/thrift/DataLayerMessage.thrift; \
thrift --gen py -out FunctionWorker/python/ DataLayerService/thrift/DataLayerService.thrift; \
thrift --gen py -out FunctionWorker/python/ QueueService/thrift/LocalQueueService.thrift;'
thrift --gen py -out FunctionWorker/python/ DataLayerService/thrift/DataLayerService.thrift;'
tar -czf $@ ../FunctionWorker

RSOURCE = $(shell find ../redis/src)
Expand Down

0 comments on commit 9549933

Please sign in to comment.