build(worker-artifacts): 重打 cypher-executor 成品(含 Arcrun#124 修法)
sha256 8e6487478bc8 → 1da6a46e6a17(工作區乾淨時重編,repo_head 標記可信)。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -3791,6 +3791,9 @@ async function resolveCredentialRefs(data, env, apiKey) {
|
|||||||
if (names.size === 0) return data;
|
if (names.size === 0) return data;
|
||||||
const nameList = [...names];
|
const nameList = [...names];
|
||||||
const resolvedSecrets = await resolveSecretsFromNewHome(env, apiKey, nameList);
|
const resolvedSecrets = await resolveSecretsFromNewHome(env, apiKey, nameList);
|
||||||
|
if (nameList.every((n) => Object.prototype.hasOwnProperty.call(resolvedSecrets, n))) {
|
||||||
|
return replaceCredentialRefs(data, resolvedSecrets);
|
||||||
|
}
|
||||||
const url = wasmWorkerUrl("auth_static_key", env.WORKER_SUBDOMAIN);
|
const url = wasmWorkerUrl("auth_static_key", env.WORKER_SUBDOMAIN);
|
||||||
const res = await fetch(url, {
|
const res = await fetch(url, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"schema": 1,
|
"schema": 1,
|
||||||
"built_for": "arcrun-tier2-worker-artifacts",
|
"built_for": "arcrun-tier2-worker-artifacts",
|
||||||
"generated_at": "2026-08-14T05:27:06.148Z",
|
"generated_at": "2026-08-14T15:26:27.638Z",
|
||||||
"repo_head": "94d5452425893ea9f2ed0b7166c7a87ca8866cec",
|
"repo_head": "340b461f58ed6a9958850f8871cf05381ce95c9d",
|
||||||
"repo_dirty": false,
|
"repo_dirty": false,
|
||||||
"workers": [
|
"workers": [
|
||||||
{
|
{
|
||||||
"name": "arcrun-cypher-executor",
|
"name": "arcrun-cypher-executor",
|
||||||
"source_dir": "cypher-executor",
|
"source_dir": "cypher-executor",
|
||||||
"source_commit": "4b6cc159b8b264ddca27da86922b2d4847ba0871",
|
"source_commit": "340b461f58ed6a9958850f8871cf05381ce95c9d",
|
||||||
"main_module": "worker.mjs",
|
"main_module": "worker.mjs",
|
||||||
"main_file": "arcrun-cypher-executor/worker.mjs",
|
"main_file": "arcrun-cypher-executor/worker.mjs",
|
||||||
"js_bytes": 589935,
|
"js_bytes": 590085,
|
||||||
"content_sha256": "8e6487478bc86bd289afaa5192cbd394b80b5235ea1eefb30ed716e6446a9312",
|
"content_sha256": "1da6a46e6a1781cb1a518635ff7e6b43a035710673066f4f764671c75441fdaf",
|
||||||
"modules": [],
|
"modules": [],
|
||||||
"compat_date": "2025-02-19",
|
"compat_date": "2025-02-19",
|
||||||
"compat_flags": [
|
"compat_flags": [
|
||||||
|
|||||||
Reference in New Issue
Block a user