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

docker builder for building contracts #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

docker builder for building contracts #64

wants to merge 1 commit into from

Conversation

ailisp
Copy link
Member

@ailisp ailisp commented Jun 4, 2020

#40 Also update all wasm to be built by this docker. By building on docker I found it's conflicting of rust-toolchain file and cargo +stable (error: stable is not installed). Since we want pinned toolchain, I think we should all stick with version in rust-toolchain file.

@ailisp
Copy link
Member Author

ailisp commented Jun 19, 2020

We need also pin to a specific stable rust version to produce deterministic wasm output. We now pin rust-toolchain to nearcore's rust-toolchain, but that's a nightly and for use near-runtime-standalone in tests. Does latest (1.44.1) sounds good?

@willemneal willemneal changed the title docker builder for build contracts docker builder for building contracts Jun 25, 2020
@ailisp
Copy link
Member Author

ailisp commented Jun 26, 2020

@olonho a working contract builder image, might be helpful to you

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 this pull request may close these issues.

1 participant