Ignore ubuntu 20 for zlib build bug
This commit is contained in:
parent
9471eaab3b
commit
48c1c0faf4
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ def queue_builds(event, context):
|
||||||
# In R 3.3.0, 3.3.1, and 3.3.2, the configure script check for the
|
# In R 3.3.0, 3.3.1, and 3.3.2, the configure script check for the
|
||||||
# zlib version fails to handle versions longer than 5 characters.
|
# zlib version fails to handle versions longer than 5 characters.
|
||||||
# Skip builds affected by this bug.
|
# Skip builds affected by this bug.
|
||||||
if platform in ['ubuntu-1804', 'opensuse-15', 'centos-8'] and version in ['3.3.0', '3.3.1', '3.3.2']:
|
if platform in ['ubuntu-2004', 'ubuntu-1804', 'opensuse-15', 'centos-8'] and version in ['3.3.0', '3.3.1', '3.3.2']:
|
||||||
continue
|
continue
|
||||||
job_ids.append(_submit_job(version, platform))
|
job_ids.append(_submit_job(version, platform))
|
||||||
event['jobIds'] = job_ids
|
event['jobIds'] = job_ids
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue