Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable wasm build in build CI #3083

Merged
merged 1 commit into from
Aug 9, 2022
Merged

Disable wasm build in build CI #3083

merged 1 commit into from
Aug 9, 2022

Commits on Aug 9, 2022

  1. Disable wasm build in build CI

    Wasm build was added unnecessarily in the build github action in
    4710a2a
    
    The wasm build is not currently part of the binary assets of a release,
    so this commits disable it.
    
    By the way, the wasm build fails because the wasm32-wasi target is
    not added with rustup before the `make build-wasmer-wasm` is called.
    epilys committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    842d511 View commit details
    Browse the repository at this point in the history