Commit dae251f3 authored by Dominik Charousset's avatar Dominik Charousset

Use GCC-8 for release builds

parent 3ccebf92
......@@ -38,7 +38,7 @@ buildMatrix = [
// testing outside Jenkins, so we also explicitly schedule debug builds.
['Linux', [
builds: ['release'],
tools: ['gcc', 'clang'],
tools: ['gcc8', 'clang'],
cmakeArgs: releaseBuildFlags,
]],
['macOS', [
......
Markdown is supported
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