Skip to content
Snippets Groups Projects
Commit a71e71c0 authored by Florian Angerer's avatar Florian Angerer
Browse files

[GR-7747] Update CI overlay version.

PullRequest: fastr/1600
parents 3d704191 099b64b6
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ include "ci_common/common.hocon"
# The standard set of gate builds. N.B. the style/builtin checks are only run on Linux as they are not OS-dependent.
# in case you want to enforce specific overlay commit, uncomment:
overlay = "ca898f99ff18a41ad8bb7a698b28a4f987dd076f"
overlay = "1823c758582f31386f8ba4d89157265a23cebd04"
builds = [
${gateTestLinux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-linux-amd64"}
${gateTestNoSpecialsLinux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-linux-amd64-nospecials"}
......
# java 7 is needed by Truffle (for now)
java7 : {name : oraclejdk, version : "7", platformspecific: true}
# java 8 must be a jvmci enabled variant
java8 : {name : labsjdk, version : "8u171-jvmci-0.43", platformspecific: true}
java8 : {name : labsjdk, version : "8u172-jvmci-0.46", platformspecific: true}
java9 : {name : oraclejdk, version : "9.0.4+11", platformspecific: true}
java8Downloads : {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment