Commit 3348a44d authored by Helmut Grohne's avatar Helmut Grohne
Browse files

rebootstrap: disable gcc-8 builds

Switch diffoscope jobs to gcc-9. The gcc-8 builds stopped working a
while ago and were only kept for reference.
parent 1a549068
......@@ -36,8 +36,8 @@ release_architectures = """
architectures += mono_architectures
gcc_versions = ("8", "9")
diffoscope_gcc_versions = ("8",)
gcc_versions = ("9",)
diffoscope_gcc_versions = ("9",)
# repository url doubly maintained in bin/rebootstrap.sh
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