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

Bump wasi-sdk

parent a55d4ae0
No related branches found
No related tags found
1 merge request!133Bump wasi-sdk
Pipeline #86298 passed
Pipeline: ci-images

#86299

    ......@@ -70,7 +70,7 @@ 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/7a894913469be676261236c9050b3e301fba24d3/ghc-wasm-meta-master.tar.gz | tar xz"
    [ "curl -f -L --retry 5 https://gitlab.haskell.org/ghc/ghc-wasm-meta/-/archive/7a39de14e3a9385341fff3570dc197b307b6d4bc/ghc-wasm-meta-7a39de14e3a9385341fff3570dc197b307b6d4bc.tar.gz | tar xz"
    , "cd ghc-wasm-meta-*"
    , "SKIP_GHC=1 ./setup.sh"
    , "cd .."
    ......
    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