瀏覽代碼

chore(pins): bump NoMount verified to 26417ca (master)

c52936b's kernel/setup.sh was broken under set -u (K_FULL_VER vs FULL_KVER)
and checked out master before dev commit, causing unable to read tree and
K_FULL_VER: parameter not set. 26417ca on master has the fixed setup.sh
(common/fs handling, fetch --all, correct vars).
TheWildJames 2 周之前
父節點
當前提交
1df53a9bd2
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      .github/workflows/root-variants.yml

+ 1 - 1
.github/workflows/main.yml

@@ -198,7 +198,7 @@ jobs:
           }
 
           # Audited pins (from root-variants.yml). Used only when commit_mode=verified.
-          PIN_NOMOUNT="c52936b229c25a4b0e41b6627f7d3bc5eaaaf2b5"
+          PIN_NOMOUNT="26417ca5fb4021c4fd0c886e6ee8662d3f7b117a"
           PIN_KERNELSU="4a92049e44cb4ad3ec50c889e3259bfa5d685b01"
           PIN_RESUKISU="3ef06b0fcb0960dc9563256fe26a58e892663387"
           declare -A PIN_SUSFS=(

+ 1 - 1
.github/workflows/root-variants.yml

@@ -53,7 +53,7 @@ jobs:
           # always resolves at latest. SUSFS below uses the verified pinned SHA per
           # GKI target; build.yml overrides SUSFS to latest ONLY for the next
           # (KernelSU-Next) variant, keeping kernelsu/resukisu stuck on the pin.
-          nomount_commit="c52936b229c25a4b0e41b6627f7d3bc5eaaaf2b5"
+          nomount_commit="26417ca5fb4021c4fd0c886e6ee8662d3f7b117a"
           ksu_commit="da9abf498a77d438989fea0f5f4e348b9a540c07"
           resukisu_commit="3ef06b0fcb0960dc9563256fe26a58e892663387"
           case "${{ inputs.kernel_build_version }}" in