Skip to content

Commit

Permalink
Gokrazy: add sqlite to /perm
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Nov 8, 2022
1 parent 1687942 commit a3e1834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ image::
go install github.com/gokrazy/tools/cmd/gokr-packer@main
mkdir -p flags/github.com/gokrazy/breakglass
echo "-forward=private-network" > flags/github.com/gokrazy/breakglass/flags.txt
mkdir -p flags/github.com/evcc-io/evcc
echo "--sqlite /perm/evcc.db" > flags/github.com/evcc-io/evcc/flags.txt
mkdir -p buildflags/github.com/evcc-io/evcc
echo "$(BUILD_TAGS),gokrazy" > buildflags/github.com/evcc-io/evcc/buildflags.txt
echo "-ldflags=$(LD_FLAGS)" >> buildflags/github.com/evcc-io/evcc/buildflags.txt
Expand Down

0 comments on commit a3e1834

Please sign in to comment.