Skip to content

Commit 255d299

Browse files
committed
Need to sudo inside libseff container.
1 parent af16df2 commit 255d299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ system_libseff:
7171

7272
bench_libseff: system_libseff
7373
docker run -it --init -v $(shell pwd):/source $(DOCKERHUB):libseff \
74-
make -C /source/benchmarks/libseff
74+
sudo make -C /source/benchmarks/libseff
7575

7676
test_libseff: system_libseff
7777
docker run -v $(shell pwd):/source $(DOCKERHUB):libseff \
78-
make -C /source/benchmarks/libseff test
78+
sudo make -C /source/benchmarks/libseff test
7979

8080
# Links
8181
system_links: system_base

0 commit comments

Comments
 (0)