Skip to content

Commit f874238

Browse files
committed
disable hermes on linux until they fix it
1 parent 7d3e857 commit f874238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ installing engines to make eshost automatically find the installed engines.
3434
| [Chakra][] | `ch`, `chakra` || ||||
3535
| [engine262][] | `engine262` ||||||
3636
| [GraalJS][] | `graaljs` || || ||
37-
| [Hermes][] | `hermes` || | | ||
37+
| [Hermes][] | `hermes` || | | ||
3838
| [JavaScriptCore][] | `jsc`, `javascriptcore` ||||||
3939
| [QuickJS][] | `quickjs`, `quickjs-run-test262` | | || | |
4040
| [SpiderMonkey][] | `sm`, `spidermonkey` ||||||

src/engines/hermes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class HermesInstaller extends Installer {
7474
HermesInstaller.config = {
7575
name: 'Hermes',
7676
id: 'hermes',
77-
supported: ['linux64', 'win64', 'darwin64'],
77+
supported: ['win64', 'darwin64'],
7878
};
7979

8080
module.exports = HermesInstaller;

0 commit comments

Comments
 (0)