Created
September 13, 2021 19:52
-
-
Save e00dan/a4de7fdc32522789dc396cb371f88553 to your computer and use it in GitHub Desktop.
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
####[mode] | |
MANUAL_BUILD_GODWOKEN=false | |
MANUAL_BUILD_WEB3=false | |
MANUAL_BUILD_SCRIPTS=false | |
MANUAL_BUILD_POLYJUICE=false | |
MANUAL_BUILD_CLERKB=false | |
MANUAL_BUILD_POLYMAN=false | |
####[images] | |
DOCKER_PREBUILD_IMAGE_NAME=nervos/godwoken-prebuilds | |
DOCKER_PREBUILD_IMAGE_TAG=v0.6.4-rc1-hotfix.1 | |
DOCKER_MANUAL_BUILD_IMAGE_NAME=retricsu/godwoken-manual-build | |
DOCKER_MANUAL_BUILD_IMAGE_TAG=add-jq | |
DOCKER_JS_PREBUILD_IMAGE_NAME=nervos/godwoken-js-prebuilds | |
DOCKER_JS_PREBUILD_IMAGE_TAG=v0.7.3-rc3 | |
####[packages] | |
GODWOKEN_GIT_URL=https://github.com/nervosnetwork/godwoken.git | |
GODWOKEN_GIT_CHECKOUT=v0.6.4-rc2 | |
POLYMAN_GIT_URL=https://github.com/RetricSu/godwoken-polyman.git | |
POLYMAN_GIT_CHECKOUT=v0.6.1-rc1 | |
WEB3_GIT_URL=https://github.com/nervosnetwork/godwoken-web3.git | |
WEB3_GIT_CHECKOUT=v0.6.0-rc7 | |
SCRIPTS_GIT_URL=https://github.com/nervosnetwork/godwoken-scripts.git | |
SCRIPTS_GIT_CHECKOUT=v0.8.0-rc2 | |
POLYJUICE_GIT_URL=https://github.com/nervosnetwork/godwoken-polyjuice.git | |
POLYJUICE_GIT_CHECKOUT=v0.8.4 | |
CLERKB_GIT_URL=https://github.com/nervosnetwork/clerkb.git | |
CLERKB_GIT_CHECKOUT=v0.4.0 | |
####[system] | |
ALWAYS_FETCH_NEW_PACKAGE=false | |
# while in manual build mode, | |
# if you like to build godwoken on local machine(it might be faster than in docker), | |
# make sure you are on ubuntu 20.04 with 2.31 glibc installed | |
# if so, you can set below variable to true | |
BUILD_GODWOKEN_ON_LOCAL_OVER_DOCKER=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment