Revert "Fix CI problems (#127)" and Remove sscache (#181)

This reverts commit 12afb13e9b.
This commit is contained in:
rakita
2020-12-18 09:28:05 +01:00
committed by GitHub
parent 64eb48ef39
commit 51d8ac4219
6 changed files with 345 additions and 42 deletions

View File

@@ -16,5 +16,5 @@ for spec in ethcore/res/ethereum/*.json; do
if ! ./target/release/chainspec "$spec"; then ERR=1; fi
done
#show sccache statistics
sccache --stop-server
#sccache --stop-server
exit $ERR