mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-21 20:10:36 +00:00
ci: pin Nim for PR builds to v2.0.4 temporarily (#6267)
Mitigation for: https://github.com/nim-lang/Nim/issues/23568 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4a1a2c8196
commit
7acf383da2
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -183,5 +183,5 @@ def getAgentLabel() {
|
||||
}
|
||||
|
||||
def nimCommitForJob() {
|
||||
return JOB_NAME.contains('nimv2') ? 'upstream/version-2-0' : ''
|
||||
return JOB_NAME.contains('nimv2') ? 'v2.0.4' : ''
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user