Skip to content

Commit 1a4e64a

Browse files
committed
Use OracleLinux 7 in linux-amd64 CI
1 parent f7695c5 commit 1a4e64a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci.jsonnet

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ local part_definitions = {
270270
normal_machine: ["linux", "amd64"],
271271
bench_machine: ["x52"] + self.normal_machine + ["no_frequency_scaling"],
272272
},
273+
docker: {
274+
image: "phx.ocir.io/oraclelabs2/c_graal/buildslave:buildslave_ol7",
275+
mount_modules: true,
276+
},
273277
},
274278
linux_aarch64: linux_deps + {
275279
platform_name:: "LinuxAArch64",

0 commit comments

Comments
 (0)