Commit e52d6316 authored by Helmut Grohne's avatar Helmut Grohne
Browse files

rebootstrap: add gcc-6

This adds 66 jobs and does not allocate any further resources to those
jobs. They will be run infrequently at first and replace the gcc-5 jobs
in the long run.
parent 6803e909
...@@ -33,7 +33,7 @@ release_architectures = """ ...@@ -33,7 +33,7 @@ release_architectures = """
architectures += mono_architectures architectures += mono_architectures
gcc_versions = ("5",) gcc_versions = ("5", "6")
diffoscope_gcc_versions = ("5",) diffoscope_gcc_versions = ("5",)
print(""" print("""
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment