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

Support for legacy fastcomp versions #33

Open
atteneder opened this issue Jan 22, 2023 · 1 comment
Open

Support for legacy fastcomp versions #33

atteneder opened this issue Jan 22, 2023 · 1 comment

Comments

@atteneder
Copy link

Hi,

first of all thanks for this great action!

I need to maintain builds that run emscripten version 1.38.48-fastcomp.
This action seems to always install the latest (3.1.30 as of now) and runs it to install older versions. Unfortunately this won't install fastcomp versions any longer:

/home/runner/work/_temp/.../emsdk-main/emsdk install 1.38.48-fastcomp
error: the fastcomp backend is no longer supported.  Please use an older version of emsdk (for example 3.1.29) if you want to install the old fastcomp-based SDK

Is there a fix or way around it?

Thanks!

@atteneder
Copy link
Author

I ended up using numworks/setup-emscripten.

It seems to smartly choose emscripten version 3.1.29 instead of the latest one in case the desired version contains fastcomp. Maybe that's something this action could adopt.

steps:
  - uses: numworks/setup-emscripten@v1
    with:
      sdk: latest-fastcomp
  - run: emcc --version

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant