-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: released binary don't contain needed dynamic libraries #781
Comments
will also need to bundle the Windows DLL |
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Jun 28, 2022
Closes: crypto-org-chain#781 Solution: - flakify chain-maind project - port nix releaser from cronos project
This was referenced Jun 28, 2022
yihuang
added a commit
that referenced
this issue
Jun 28, 2022
Closes: #781 Solution: - flakify chain-maind project - port nix releaser from cronos project fix ci commands remove shell.nix fix ci scripts fix integration test fix makefile
yihuang
added a commit
that referenced
this issue
Jun 29, 2022
Closes: #781 Solution: - flakify chain-maind project - port nix releaser from cronos project fix ci commands remove shell.nix fix ci scripts fix integration test fix makefile remove goreleaser remove testnet/rocksdb binaries and chain-utils default to goleveldb fix lint tools reformat fix release workflow fix cachix name
yihuang
added a commit
to yihuang/chain-main
that referenced
this issue
Jul 4, 2022
Closes: crypto-org-chain#781 Solution: - flakify chain-maind project - port nix releaser from cronos project fix ci commands remove shell.nix fix ci scripts fix integration test fix makefile remove goreleaser remove testnet/rocksdb binaries and chain-utils default to goleveldb fix lint tools reformat fix release workflow fix cachix name
devashishdxt
pushed a commit
to devashishdxt/chain-main
that referenced
this issue
Jul 15, 2022
…inux (crypto-org-chain#793) (crypto-org-chain#781) Solution: - flakify chain-maind project - port nix releaser from cronos project
We don't need this anymore. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After integrating cosmwasm, the
chain-maind
binary will require thelibwsamvm.[so|dylib]
to run, it would be good to include the dynamic libraries inside the released bundle.Solution:
Adopt the nix bundle solution used in cronos
Problem: released binary don't contain needed dynamic libraries #793 linux, x86-64 mac
TODO arm mac
TODO windows
The text was updated successfully, but these errors were encountered: