forked from stratum-mining/stratum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request stratum-mining#745 from Fi3/FixGithubActions
Fix github action, test all the new workspaces
- Loading branch information
Showing
5 changed files
with
187 additions
and
31 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
#! /bin/sh | ||
#! /bin/sh | ||
|
||
cargo install --version 0.20.0 cbindgen | ||
cargo install --version 0.20.0 cbindgen | ||
|
||
rm -f ./sv2.h | ||
touch ./sv2.h | ||
|
||
cd protocols | ||
dir=${1:-protocols} | ||
|
||
cd "$dir" | ||
cbindgen --crate const_sv2 >> ../sv2.h | ||
cbindgen --crate binary_codec_sv2 >> ../sv2.h | ||
cbindgen --crate common_messages_sv2 >> ../sv2.h | ||
cbindgen --crate template_distribution_sv2 >> ../sv2.h | ||
cbindgen --crate codec_sv2 >> ../sv2.h | ||
cbindgen --crate sv2_ffi >> ../sv2.h | ||
cd .. | ||
cd .. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.