Skip to content

Commit

Permalink
ci: pin Nim for PR builds to v2.0.4 temporarily (#6267)
Browse files Browse the repository at this point in the history
Mitigation for:
nim-lang/Nim#23568

Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs authored May 6, 2024
1 parent 4a1a2c8 commit 7acf383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' : ''
}

0 comments on commit 7acf383

Please sign in to comment.