Skip to content

Commit 824d90e

Browse files
committed
Block out a few more deny programs
1 parent 8d9725c commit 824d90e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

dist/index.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ const STATE_BACKTRACE_START_TIMESTAMP = "detsys_backtrace_start_timestamp";
6161

6262
const DIAGNOSTIC_ENDPOINT_TIMEOUT_MS = 10_000; // 10 seconds in ms
6363
const CHECK_IN_ENDPOINT_TIMEOUT_MS = 1_000; // 1 second in ms
64-
const PROGRAM_NAME_CRASH_DENY_LIST = ["nix-expr-tests"];
64+
const PROGRAM_NAME_CRASH_DENY_LIST = [
65+
"nix-expr-tests",
66+
"nix-store-tests",
67+
"nix-util-tests",
68+
];
6569

6670
/**
6771
* An enum for describing different "fetch suffixes" for i.d.s.

0 commit comments

Comments
 (0)