Skip to content

Commit e0066e5

Browse files
committed
CI: Remove esvu LibJS REPL jobs
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.
1 parent 85b7ce8 commit e0066e5

File tree

2 files changed

+0
-93
lines changed

2 files changed

+0
-93
lines changed

.github/workflows/serenity-js-artifacts.yml

-92
This file was deleted.

Meta/Lagom/ReadMe.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Lagom is used by the Serenity project in the following ways:
1717
- [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/).
1818
- [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/).
1919
- [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/).
20-
- [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.
2120

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

0 commit comments

Comments
 (0)