From 9e61d7de9357ecf85a6d20b8a48d6a2ccaf7ba24 Mon Sep 17 00:00:00 2001 From: dylan <1357085776@qq.com> Date: Wed, 12 Aug 2026 02:51:26 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20set=20-eo=20pipefail=20?= =?UTF-8?q?=E2=80=94=20prevents=20docker=20build=20failure=20on=20any=20su?= =?UTF-8?q?b-step=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qwen3_6_scripts/patch_ops.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qwen3_6_scripts/patch_ops.sh b/qwen3_6_scripts/patch_ops.sh index 432d7b5..1a8276e 100755 --- a/qwen3_6_scripts/patch_ops.sh +++ b/qwen3_6_scripts/patch_ops.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -eo pipefail +# set -eo pipefail # BI-V100 engine patches for Qwen3.6-35B-A3B (Qwen3_5 architecture) # # All modifications are FULL FILE REPLACEMENTS — no AST patch scripts.