File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 working-directory : ${{ github.workspace }}/go/src/github.com/${{ github.repository }}/kernel
184184
185185 - name : Building Kernel
186- run : go build -tags fts5 -o "${{ matrix.config.kernel_path }}" -ldflags "${{ matrix.config.build_args_prefix }} github.com/${{ github.repository }}/kernel/util.${{ matrix.config.build_args_suffix }}"
186+ run : go build -tags " fts5 sqlcipher" -o "${{ matrix.config.kernel_path }}" -ldflags "${{ matrix.config.build_args_prefix }} github.com/${{ github.repository }}/kernel/util.${{ matrix.config.build_args_suffix }}"
187187 working-directory : ${{ github.workspace }}/go/src/github.com/${{ github.repository }}/kernel
188188 env :
189189 GO111MODULE : on
@@ -301,7 +301,7 @@ jobs:
301301 GOPATH : ${{ github.workspace }}/go
302302
303303 - name : Building Android Kernel
304- run : gomobile bind -tags fts5 -ldflags "-s -w" -v -o kernel.aar -target android/arm64 -androidapi 26 ./mobile/
304+ run : gomobile bind -tags " fts5 sqlcipher" -ldflags "-s -w" -v -o kernel.aar -target android/arm64 -androidapi 26 ./mobile/
305305 working-directory : ${{ github.workspace }}/go/src/github.com/${{ github.repository }}/kernel
306306 env :
307307 GOPATH : ${{ github.workspace }}/go
You can’t perform that action at this time.
0 commit comments