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
Describe the bug, including details regarding any error messages, version, and platform.
Amazon Linux, which is Fedora-based, does not have the
-Soption for theenvcommand. So afterwas merged, we cannot run
yarn perfon EC2 instances, due to this shebang:arrow/js/perf/index.ts
Line 1 in 72d20ad
Component(s)
Benchmarking, JavaScript