From 5dde7e0e737bff0bdbb2cc28950155af3e0614bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 8 Apr 2020 18:58:25 +0200 Subject: [PATCH] cleanup --- .gitmodules | 7 ++----- azure-pipelines.yml | 6 ++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitmodules b/.gitmodules index e3e927660..73bedb8ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -136,13 +136,10 @@ [submodule "vendor/nim-sqlite3-abi"] path = vendor/nim-sqlite3-abi url = https://github.com/arnetheduck/nim-sqlite3-abi.git + ignore = dirty + branch = master [submodule "vendor/nim-testutils"] path = vendor/nim-testutils url = https://github.com/status-im/nim-testutils.git ignore = dirty branch = master -[submodule "vendor/nim-rocksdb"] - path = vendor/nim-rocksdb - url = https://github.com/status-im/nim-rocksdb.git - ignore = dirty - branch = master diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b10b3fb0e..6124324b0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,9 +68,7 @@ jobs: mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} LOG_LEVEL=TRACE mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} LOG_LEVEL=TRACE NIMFLAGS="-d:testnet_servers_image" file build/beacon_node - if [[ $PLATFORM == "x86" ]]; then - # fail fast - export NIMTEST_ABORT_ON_ERROR=1 - fi + # fail fast + export NIMTEST_ABORT_ON_ERROR=1 mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} DISABLE_TEST_FIXTURES_SCRIPT=1 test displayName: 'build and test'