diff --git a/.gitmodules b/.gitmodules index 71bb61d..8276b7e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "secp256k1_wrapper/secp256k1"] path = vendor/secp256k1 - url = https://github.com/status-im/secp256k1.git + url = https://github.com/bitcoin-core/secp256k1.git branch = master diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 708b09c..9ffdce3 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -34,25 +34,21 @@ pipeline { } } - stage('Tests') { - parallel { - stage('C') { - environment { - NIMLANG = 'c' - } - steps { - sh 'nimble test' - } - } + stage('Tests: C') { + environment { + NIMLANG = 'c' + } + steps { + sh 'nimble test' + } + } - stage('C++') { - environment { - NIMLANG = 'cpp' - } - steps { - sh 'nimble test' - } - } + stage('Tests: C++') { + environment { + NIMLANG = 'cpp' + } + steps { + sh 'nimble test' } } } diff --git a/vendor/secp256k1 b/vendor/secp256k1 index 1dd68bc..346a053 160000 --- a/vendor/secp256k1 +++ b/vendor/secp256k1 @@ -1 +1 @@ -Subproject commit 1dd68bcd47b053673a34cd83490d79d787da1585 +Subproject commit 346a053d4c442e08191f075c3932d03140579d47