Skip to content

Commit

Permalink
disable hermes on linux until they fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Aug 10, 2020
1 parent 7d3e857 commit 3da4228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ installing engines to make eshost automatically find the installed engines.
|--------------------|----------------------------------|------------|-----------|-----------|---------|---------|
| [Chakra][] | `ch`, `chakra` || ||||
| [engine262][] | `engine262` ||||||
| [GraalJS][] | `graaljs` || | | ||
| [GraalJS][] | `graaljs` || | | ||
| [Hermes][] | `hermes` || || ||
| [JavaScriptCore][] | `jsc`, `javascriptcore` ||||||
| [QuickJS][] | `quickjs`, `quickjs-run-test262` | | || | |
Expand Down
2 changes: 1 addition & 1 deletion src/engines/hermes.js
Expand Up @@ -74,7 +74,7 @@ class HermesInstaller extends Installer {
HermesInstaller.config = {
name: 'Hermes',
id: 'hermes',
supported: ['linux64', 'win64', 'darwin64'],
supported: ['win64', 'darwin64'],
};

module.exports = HermesInstaller;

0 comments on commit 3da4228

Please sign in to comment.