2
0
mirror of synced 2025-02-16 15:46:49 +00:00

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"] [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
View File

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

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