diff --git a/images/alpine.dhall b/images/alpine.dhall index d99675af26c0309a8fdf29e4a5db004a1be19364..998b9ed9a16e7d97f2597c8b14f5fb91cd36213c 100644 --- a/images/alpine.dhall +++ b/images/alpine.dhall @@ -78,11 +78,12 @@ let installGhcDepsStep: CF.Type = let installWasmDepsStep: CF.Type = CF.run "Installing wasm backend dependencies" - [ "curl -f -L --retry 5 https://gitlab.haskell.org/ghc/ghc-wasm-meta/-/archive/83145b2407a332d22eb957e168393508fa016e04/ghc-wasm-meta-83145b2407a332d22eb957e168393508fa016e04.tar.gz | tar xz" + [ "curl -f -L --retry 5 https://gitlab.haskell.org/haskell-wasm/ghc-wasm-meta/-/archive/45f73c3e075fa38efe84055b0dba87996948101d/ghc-wasm-meta-45f73c3e075fa38efe84055b0dba87996948101d.tar.gz | tar xz" , "cd ghc-wasm-meta-*" , "SKIP_GHC=1 ./setup.sh" , "cd .." - , "rm -r ghc-wasm-meta-*" ] + , "rm -r ghc-wasm-meta-*" + , "sudo apk add --no-cache chromium firefox" ] let bootGhcVersion: Text = ../boot_ghc_version.dhall