mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-21 18:58:32 +00:00
use Nim 2.0.6 (#6366)
This commit is contained in:
parent
3a0e037c7d
commit
597f47317f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
cpu: amd64
|
||||
- os: windows
|
||||
cpu: amd64
|
||||
branch: [~, upstream/version-1-6, upstream/version-2-0]
|
||||
branch: [~, upstream/version-1-6, v2.0.6]
|
||||
exclude:
|
||||
- target:
|
||||
os: macos
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
include:
|
||||
- branch: upstream/version-1-6
|
||||
branch-short: version-1-6
|
||||
- branch: upstream/version-2-0
|
||||
- branch: v2.0.6
|
||||
branch-short: version-2-0
|
||||
nimflags-extra: --mm:refc
|
||||
- target:
|
||||
|
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.6' : ''
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user