Skip to content

Commit 8930413

Browse files
authored
disable graal and serenity for being unstable (#41)
1 parent 74d4b85 commit 8930413

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/engines/graaljs.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ class GraalJSInstaller extends Installer {
8585
GraalJSInstaller.config = {
8686
name: 'GraalJS',
8787
id: 'graaljs',
88-
supported: [
89-
'linux-x64', 'win32-x64', 'darwin-x64', 'linux-arm64', 'darwin-arm64',
90-
],
88+
supported: [],
9189
};
9290

9391
module.exports = GraalJSInstaller;

src/engines/libjs.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ class LibJSInstaller extends Installer {
7777
LibJSInstaller.config = {
7878
name: 'LibJS',
7979
id: 'libjs',
80-
supported: [
81-
'linux-x64',
82-
],
80+
supported: [],
8381
};
8482

8583
module.exports = LibJSInstaller;

0 commit comments

Comments
 (0)