Remove sr-arithmetic/fuzzer from workspace to fix windows builds (#3872)

* Remove sr-arithmetic/fuzzer from workspace to fix windows builds

* Remove sr-arithmetic/fuzzer from check_runtime.sh
This commit is contained in:
Ashley
2019-10-22 12:24:58 +01:00
committed by Bastian Köcher
parent d739e86798
commit 934d7aac1c
5 changed files with 468 additions and 40 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ github_label () {
# check if the wasm sources changed
if ! git diff --name-only origin/master...${CI_COMMIT_SHA} \
| grep -q -e '^node/src/runtime' -e '^srml/' -e '^core/sr-'
| grep -q -e '^node/src/runtime' -e '^srml/' -e '^core/sr-' | grep -v -e '^core/sr-arithmetic/fuzzer'
then
cat <<-EOT