Skip to content

Commit

Permalink
samples: Fix java sample
Browse files Browse the repository at this point in the history
When the number of ethreads is 1 the java app hangs after printing the
message. With a higher number of ethreads it exits as expected.
  • Loading branch information
AntonioND committed Sep 23, 2020
1 parent fc21c50 commit d0bb924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/languages/java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ else
SGXLKL_ENV=
endif

SGXLKL_ENV += SGXLKL_ETHREADS=4

.DELETE_ON_ERROR:
.PHONY: all run run-hw run-sw clean

Expand Down

0 comments on commit d0bb924

Please sign in to comment.