Skip to content
Snippets Groups Projects
Commit fae52437 authored by Matthew Pickering's avatar Matthew Pickering Committed by Matthew Pickering
Browse files

Use LLVM 19 on deb12 images

parent 778aec27
Branches wip/llvm
No related tags found
1 merge request!153Use LLVM 19 on deb12 images
Pipeline #100955 canceled
......@@ -383,7 +383,7 @@ let x86_deb12_base : DebianImage.Type =
, fromImage = "amd64/debian:bookworm"
, runnerTags = [ "x86_64-linux" ]
, bootstrapGhc = { version = "9.6.4", triple = "x86_64-deb10-linux" }
, llvm = installLlvmFromAptBookworm "18"
, llvm = installLlvmFromAptBookworm "19"
, cabalSource = Cabal.fromUpstreamBindist { version = "3.10.2.0", triple = "x86_64-linux-deb11" }
, extraPackages =
debian11OrHigherBuildDepends
......@@ -405,7 +405,7 @@ let debian12Images: List Image.Type =
, fromImage = "arm64v8/debian:bookworm"
, runnerTags = [ "aarch64-linux" ]
, bootstrapGhc = { version = "9.6.4", triple = "aarch64-deb10-linux" }
, llvm = installLlvmFromApt "15"
, llvm = installLlvmFromApt "19"
, cabalSource = Cabal.fromUpstreamBindist { version = "3.10.2.0", triple = "aarch64-linux-deb11" }
, extraPackages = [ ] : List Text
}
......
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