Skip to content

Commit

Permalink
CI: Remove esvu LibJS REPL jobs
Browse files Browse the repository at this point in the history
As of devsnek/esvu#57, `esvu` now pulls the
LibJS binaries from the Ladybird repo, so these artifacts being created
has no purpose. As far as I can tell, nothing else uses them.

Maybe if the two LibJS versions start going their separate ways enough
to warrant both being available, we could consider re-adding this job.
But no point in using up CI resources for that right now.
  • Loading branch information
BertalanD authored and ADKaster committed Jul 7, 2024
1 parent 3caa3da commit 72a1c69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 93 deletions.
92 changes: 0 additions & 92 deletions .github/workflows/serenity-js-artifacts.yml

This file was deleted.

1 change: 0 additions & 1 deletion Meta/Lagom/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Lagom is used by the Serenity project in the following ways:
- [ECMA 262 spec tests](https://serenityos.github.io/libjs-website/test262) for LibJS are run per-commit and tracked on [LibJS website](https://serenityos.github.io/libjs-website/).
- [Wasm spec tests](https://serenityos.github.io/libjs-website/wasm) for LibWasm are run per-commit and tracked on [LibJS website](https://serenityos.github.io/libjs-website/).
- [A Wasm LibJS Repl](https://serenityos.github.io/libjs-website/repl) using an Emscripten build of Lagom is hosted on [LibJS website](https://serenityos.github.io/libjs-website/).
- [The LibJS Repl](../../.github/workflows/serenity-js-artifacts.yml) is built per-commit for Linux and macOS for use by the [esvu](https://github.com/devsnek/esvu) project.

## Using Lagom in an External Project
It is possible to use Lagom for your own projects outside of Serenity too!
Expand Down

0 comments on commit 72a1c69

Please sign in to comment.