You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the correct EE labsjdk for EE CI jobs and do not use graal common at all
* Use the global common instead.
* Fixes using the correct EE labsjdk for EE CI jobs.
* Remove extra unnecessary additions from the graal common:
local graal_common_extras = common.deps.pylint + common.deps.black + {
logs+: [
"*.bgv",
"*/graal_dumps/*/*",
],
timelimit: "30:00",
},
local linux_deps_extras = {
packages+: {
"apache/ant": ">=1.9.4",
},
},
0 commit comments