Skip to content
Snippets Groups Projects
Commit 4d7db923 authored by Cheng Shao's avatar Cheng Shao
Browse files

Update wasm image to use alpine3_17

parent 1773ac4d
No related branches found
No related tags found
1 merge request!114Changes required for wasm backend work
......@@ -76,6 +76,7 @@ let installGlibcStep: CF.Type =
, "curl -f -L --retry 5 https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-bin-2.34-r0.apk -O"
, "apk add --force-overwrite glibc-2.34-r0.apk"
, "apk add --force-overwrite glibc-bin-2.34-r0.apk"
, "apk fix --force-overwrite alpine-baselayout-data"
, "rm glibc-*.apk" ]
let installWasmDepsStep: CF.Type =
......@@ -131,11 +132,11 @@ let
# [ CF.Statement.Cmd ["bash"] ]
}
, Image ::
{ name = "x86_64-linux-alpine3_12-wasm"
{ name = "x86_64-linux-alpine3_17-wasm"
, runnerTags = [ "x86_64-linux" ]
, needs = [ "x86_64-linux-alpine3_12" ]
, needs = [ "x86_64-linux-alpine3_17" ]
, image =
CF.from "${docker_base_url}/x86_64-linux-alpine3_12:latest"
CF.from "${docker_base_url}/x86_64-linux-alpine3_17:latest"
# [ CF.Statement.User "root" ]
# installGlibcStep
# [ CF.Statement.User "ghc"
......
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