mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Try different path for coverage md, use buildkit
This commit is contained in:
parent
f6afd59bbf
commit
608a009fa2
2 changed files with 6 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -17,7 +17,10 @@ distrib: all
|
|||
cp apps/*/*.bin precompiled/
|
||||
|
||||
dockerbuild:
|
||||
docker build -t uvm32 . --no-cache
|
||||
DOCKER_BUILDKIT=1 docker build -t uvm32 . --no-cache
|
||||
|
||||
dockerbuild_cached:
|
||||
DOCKER_BUILDKIT=1 docker build -t uvm32 .
|
||||
|
||||
dockershell:
|
||||
docker run -v `pwd`:/data -w /data --rm -ti uvm32 /bin/bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue