Skip to content

Commit c6435de

Browse files
authored
Merge pull request #162 from detsys-pr-bot/detsys-ts-update-03533d37dcd46f34d9e99385e665615b221a30d9
Update `detsys-ts`: Merge pull request #82 from DeterminateSystems/even-more-crashes
2 parents 42aa906 + 01b415e commit c6435de

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

dist/index.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41550,7 +41550,7 @@ const Http2OverHttp2 = __nccwpck_require__(2016);
4155041550
const {
4155141551
Http2OverHttp,
4155241552
Http2OverHttps
41553-
} = __nccwpck_require__(3017);
41553+
} = __nccwpck_require__(5398);
4155441554
const validateHeaderName = __nccwpck_require__(311);
4155541555
const validateHeaderValue = __nccwpck_require__(2495);
4155641556

@@ -41708,7 +41708,7 @@ module.exports = {
4170841708

4170941709
/***/ }),
4171041710

41711-
/***/ 3017:
41711+
/***/ 5398:
4171241712
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4171341713

4171441714

@@ -87214,7 +87214,7 @@ var cache = __nccwpck_require__(7389);
8721487214
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process");
8721587215
;// CONCATENATED MODULE: external "node:path"
8721687216
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
87217-
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+8d9725c485630_cc2c1096494a1fd83f38014785db8a80/node_modules/detsys-ts/dist/index.js
87217+
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+03533d37dcd46_d2e6725f814907a3b249c07896b58c7f/node_modules/detsys-ts/dist/index.js
8721887218
var __defProp = Object.defineProperty;
8721987219
var __export = (target, all) => {
8722087220
for (var name in all)
@@ -88119,7 +88119,11 @@ var STATE_KEY_CROSS_PHASE_ID = "detsys_cross_phase_id";
8811988119
var STATE_BACKTRACE_START_TIMESTAMP = "detsys_backtrace_start_timestamp";
8812088120
var DIAGNOSTIC_ENDPOINT_TIMEOUT_MS = 1e4;
8812188121
var CHECK_IN_ENDPOINT_TIMEOUT_MS = 1e3;
88122-
var PROGRAM_NAME_CRASH_DENY_LIST = ["nix-expr-tests"];
88122+
var PROGRAM_NAME_CRASH_DENY_LIST = [
88123+
"nix-expr-tests",
88124+
"nix-store-tests",
88125+
"nix-util-tests"
88126+
];
8812388127
var DetSysAction = class {
8812488128
determineExecutionPhase() {
8812588129
const currentPhase = core.getState(STATE_KEY_EXECUTION_PHASE);

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)