-
Notifications
You must be signed in to change notification settings - Fork 461
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
ESMeta CI job is failing #4267
Comments
cc @doehyunbaek @jhnaldo - any idea what is happening? |
Thanks for letting me know the problem.
This issue seems the main reason for the problem. Should we wait until this issue is resolved in |
One of the core developers of SBT has kindly created an action to replace the missing SBT in newer Ubuntu images. https://github.com/marketplace/actions/setup-sbt-installer Closes: tc39#4267
What would probably be wisest is to add a step to https://github.com/tc39/test262/blob/main/.github/workflows/esmeta-test262.yml (and https://github.com/tc39/ecma262/blob/main/.github/workflows/esmeta-typecheck.yml) that installs Additionally, it'd probably be good to create a single esmeta action that both of these workflows can use, so that there's only one place needed to change for stuff like this. |
#4270 should fix it. It doesn't skip installing SBT if already present, but I think it's pretty unlikely that GitHub would re-add it, given that people have been complaining for three weeks already. |
Since a couple of days ago, the ESMeta CI job is failing because it cannot locate the
sbt
binary.The text was updated successfully, but these errors were encountered: