Skip to content

Commit

Permalink
ci: temporarily disable linting types
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jul 20, 2022
1 parent 03f15a6 commit 4a84690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/lint-with-types.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/sh

# we don't collect type info by default because it can slow eslint by 8-10x
export AGORIC_ESLINT_TYPES='true'
# FIXME even in CI it has become too slow so disable until https://github.com/Agoric/agoric-sdk/issues/5788
# export AGORIC_ESLINT_TYPES='keypresent'

# CI and some VMs OOM without this
export NODE_OPTIONS='--max-old-space-size=8192'

Expand Down

0 comments on commit 4a84690

Please sign in to comment.