Skip to content
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

Closed
1 of 3 tasks
yihuang opened this issue Jun 2, 2022 · 2 comments
Closed
1 of 3 tasks

Problem: released binary don't contain needed dynamic libraries #781

yihuang opened this issue Jun 2, 2022 · 2 comments
Assignees

Comments

@yihuang
Copy link
Collaborator

yihuang commented Jun 2, 2022

After integrating cosmwasm, the chain-maind binary will require the libwsamvm.[so|dylib] to run, it would be good to include the dynamic libraries inside the released bundle.

Solution:

@tomtau
Copy link
Contributor

tomtau commented Jun 16, 2022

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
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
tomtau pushed a commit that referenced this issue Jul 4, 2022
…inux (#793) (#781)

Solution:
- flakify chain-maind project
- port nix releaser from cronos project
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
devashishdxt pushed a commit that referenced this issue Jul 15, 2022
…inux (#793) (#781)

Solution:
- flakify chain-maind project
- port nix releaser from cronos project
@devashishdxt
Copy link
Collaborator

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants
@yihuang @tomtau @devashishdxt and others