move back to pure upstream version (#50)

This commit is contained in:
Jacek Sieka 2023-04-28 12:20:18 +02:00 committed by GitHub
parent e123cf38ed
commit 5fd8135783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 20 deletions

2
.gitmodules vendored
View File

@ -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

32
ci/Jenkinsfile vendored
View File

@ -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'
}
}
}

2
vendor/secp256k1 vendored

@ -1 +1 @@
Subproject commit 1dd68bcd47b053673a34cd83490d79d787da1585
Subproject commit 346a053d4c442e08191f075c3932d03140579d47