move back to pure upstream version (#50)
This commit is contained in:
parent
e123cf38ed
commit
5fd8135783
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,4 +1,4 @@
|
|||||||
[submodule "secp256k1_wrapper/secp256k1"]
|
[submodule "secp256k1_wrapper/secp256k1"]
|
||||||
path = vendor/secp256k1
|
path = vendor/secp256k1
|
||||||
url = https://github.com/status-im/secp256k1.git
|
url = https://github.com/bitcoin-core/secp256k1.git
|
||||||
branch = master
|
branch = master
|
||||||
|
8
ci/Jenkinsfile
vendored
8
ci/Jenkinsfile
vendored
@ -34,9 +34,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Tests') {
|
stage('Tests: C') {
|
||||||
parallel {
|
|
||||||
stage('C') {
|
|
||||||
environment {
|
environment {
|
||||||
NIMLANG = 'c'
|
NIMLANG = 'c'
|
||||||
}
|
}
|
||||||
@ -45,7 +43,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('C++') {
|
stage('Tests: C++') {
|
||||||
environment {
|
environment {
|
||||||
NIMLANG = 'cpp'
|
NIMLANG = 'cpp'
|
||||||
}
|
}
|
||||||
@ -54,8 +52,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
post {
|
post {
|
||||||
always { cleanWs() }
|
always { cleanWs() }
|
||||||
}
|
}
|
||||||
|
2
vendor/secp256k1
vendored
2
vendor/secp256k1
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 1dd68bcd47b053673a34cd83490d79d787da1585
|
Subproject commit 346a053d4c442e08191f075c3932d03140579d47
|
Loading…
x
Reference in New Issue
Block a user