Skip to content

Commit

Permalink
Update Graal common files
Browse files Browse the repository at this point in the history
  • Loading branch information
OracleLabsAutomation committed Jan 23, 2024
1 parent 33853b9 commit 42db253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/common.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ local common_json = import "../common.json";
"linux-jdk19": { packages+: { "devkit:gcc11.2.0-OL6.4+1": "==0" }},
"linux-jdk20": { packages+: { "devkit:gcc11.2.0-OL6.4+1": "==0" }},
"linux-jdk21": { packages+: { "devkit:gcc11.2.0-OL6.4+1": "==0" }},
"linux-jdk-latest": { packages+: { "devkit:gcc11.2.0-OL6.4+1": "==0" }},
"linux-jdkLatest": self["linux-jdk-latest"],
},

# Dependencies
Expand Down

0 comments on commit 42db253

Please sign in to comment.