Skip to content

Commit

Permalink
Increase randomIntegrityAuditRate from 0.05 to 1.0 in CI (#13775)
Browse files Browse the repository at this point in the history
  • Loading branch information
190n authored Sep 6, 2024
1 parent d8e2c24 commit da2a566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/runner.node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ async function spawnBun(execPath, { args, cwd, timeout, env, stdout, stderr }) {
BUN_FEATURE_FLAG_INTERNAL_FOR_TESTING: "1",
BUN_DEBUG_QUIET_LOGS: "1",
BUN_GARBAGE_COLLECTOR_LEVEL: "1",
BUN_JSC_randomIntegrityAuditRate: "1.0",
BUN_ENABLE_CRASH_REPORTING: "0", // change this to '1' if https://github.com/oven-sh/bun/issues/13012 is implemented
BUN_RUNTIME_TRANSPILER_CACHE_PATH: "0",
BUN_INSTALL_CACHE_DIR: tmpdirPath,
Expand Down

0 comments on commit da2a566

Please sign in to comment.