Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
testing: enable 'newstore' feature by default
Browse files Browse the repository at this point in the history
Enable 'newstore' by default for testing.

Signed-off-by: Wei Zhang <weizhang555.zw@gmail.com>
  • Loading branch information
WeiZhang555 committed Nov 11, 2019
1 parent 464efea commit 2376d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ DEFMEMSLOTS := 10
DEFBRIDGES := 1
DEFDISABLEGUESTSECCOMP := true
#Default experimental features enabled
DEFAULTEXPFEATURES := []
DEFAULTEXPFEATURES := ['newstore']

#Default entropy source
DEFENTROPYSOURCE := /dev/urandom
Expand Down

0 comments on commit 2376d6d

Please sign in to comment.