Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JS] [Benchmarking] JavaScript benchmarks don't work on Amazon Linux #41015

Closed
austin3dickey opened this issue Apr 4, 2024 · 0 comments · Fixed by #41031
Closed

[JS] [Benchmarking] JavaScript benchmarks don't work on Amazon Linux #41015

austin3dickey opened this issue Apr 4, 2024 · 0 comments · Fixed by #41031

Comments

@austin3dickey
Copy link
Contributor

Describe the bug, including details regarding any error messages, version, and platform.

Amazon Linux, which is Fedora-based, does not have the -S option for the env command. So after

was merged, we cannot run yarn perf on EC2 instances, due to this shebang:

#! /usr/bin/env -S node --no-warnings --loader ts-node/esm/transpile-only

Component(s)

Benchmarking, JavaScript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants