File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,13 @@ install: |
5151 export PATH=$PATH:$(pwd)/jsshell;
5252 unset ESHOST_SKIP_JSSHELL;
5353 elif [[ "$ESHOST_TARGET" == "chakra" ]]; then
54- wget https://s3.amazonaws.com/eshost-builds/ChakraCore-Debug_linux_1_7_0.tar.gz;
55- tar -xvf ChakraCore-Debug_linux_1_7_0.tar.gz;
56- export PATH=$PATH:$(pwd)/out/Debug;
54+ # wget https://s3.amazonaws.com/eshost-builds/ChakraCore-Debug_linux_1_7_0.tar.gz;
55+ # tar -xvf ChakraCore-Debug_linux_1_7_0.tar.gz;
56+ # export PATH=$PATH:$(pwd)/out/Debug;
57+ git clone https://github.com/Microsoft/ChakraCore.git chakracore --depth=1
58+ cd chakracore
59+ ./build.sh --test-build --no-icu
60+ export PATH=$PATH:$(pwd)/out/Test;
5761 unset ESHOST_SKIP_CH;
5862 elif [[ "$ESHOST_TARGET" == "chrome" ]]; then
5963 channel=unstable
You can’t perform that action at this time.
0 commit comments