This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates sqlite3 native libraries to 3.38.5 Updates sqlite3 dart library to 1.7.2
- Loading branch information
1 parent
294a421
commit 4b70adc
Showing
9 changed files
with
59 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,14 @@ jobs: | |
chmod +x ./farmr.sh | ||
chmod +x ./hpool.sh | ||
- name: Moves SQLite3 library (x86_64) | ||
if: matrix.architecture == 'x86_64' | ||
run: mv .github/libsqlite3.so ./libsqlite3.so | ||
|
||
- name: Moves SQLite3 library (aarch64) | ||
if: matrix.architecture == 'aarch64' | ||
run: mv .github/libsqlite3-arm64.so ./libsqlite3.so | ||
|
||
- uses: uraimo/[email protected] | ||
name: Compile aarch64 | ||
id: runcmd | ||
|
@@ -94,7 +102,7 @@ jobs: | |
uses: xom9ikk/[email protected] | ||
|
||
- name: Compressing ${{ matrix.architecture }} .tar.gz | ||
run: tar -czvf ./farmr-linux-${{ matrix.architecture }}.tar.gz farmr blockchain farmr.sh hpool.sh | ||
run: tar -czvf ./farmr-linux-${{ matrix.architecture }}.tar.gz farmr blockchain farmr.sh hpool.sh libsqlite3.so | ||
|
||
- name: Build .deb file for ${{ matrix.architecture }} | ||
uses: kentik/[email protected] | ||
|
@@ -201,6 +209,10 @@ jobs: | |
move ./farmr.exe ./farmr.exe | ||
move ./farmr_hpool.exe ./hpool.exe | ||
- name: Moves SQLite3 library | ||
if: matrix.os == 'windows-latest' | ||
run: move ./.github/sqlite3.dll ./sqlite3.dll | ||
|
||
- name: Created windows zip file | ||
shell: bash | ||
if: matrix.os == 'windows-latest' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ZoneTransfer] | ||
ZoneId=3 | ||
ReferrerUrl=C:\Users\giln\Downloads\farmr-29034b7b6cc51cb41ce3b43efefa279cda2baf2b.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters