We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57e2ae commit 67f6a0eCopy full SHA for 67f6a0e
1 file changed
Makefile
@@ -194,7 +194,7 @@ docker-deb: ## Build debian packages in docker container
194
@$(DOCKER_RUN) -t aptly-dev /work/src/system/docker-wrapper dpkg DEBARCH=amd64
195
196
docker-unit-tests: ## Run unit tests in docker container (add TEST=regex to specify which tests to run)
197
- $(DOCKER_RUN) -t aptly-dev /work/src/system/docker-wrapper \
+ $(DOCKER_RUN) -t --tmpfs /smallfs:rw,size=1m aptly-dev /work/src/system/docker-wrapper \
198
azurite-start \
199
AZURE_STORAGE_ENDPOINT=http://127.0.0.1:10000/devstoreaccount1 \
200
AZURE_STORAGE_ACCOUNT=devstoreaccount1 \
0 commit comments