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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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("""