Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DISABLE_V8_COMPILE_CACHE flag to fix build failure
**Description** * Add DISABLE_V8_COMPILE_CACHE flag to fix build failure **Motivation** * Seeing error below while building package with nodejs 20: ``` Error: Command failed: yarn list --prod --json Fatal error in , line 0 Check failed: current == end_slot_index. ``` * Per recommendation in nodejs/node#51555, setting this flag **Testing Done** * Dry-run building this package after setting this flag. The error no longer shows up. **Backwards Compatibility Criteria (if any)** * N/A
- Loading branch information