build fixes, maybe

This commit is contained in:
David de Regt
2026-05-20 16:35:08 -07:00
parent 2b75da1b34
commit c15261d1d7
2 changed files with 19 additions and 11 deletions

View File

@@ -157,16 +157,6 @@ def parse_args() -> argparse.Namespace:
"built-in default workflow."
),
)
parser.add_argument(
"--allow-legacy-codex-package",
action="store_true",
# This legacy installer already consumes per-binary artifacts; keep the
# flag so newer staging workflows can call older PR branches.
help=(
"Accepted as a no-op compatibility flag for staging workflows that "
"may synthesize codex-package layouts from legacy per-binary artifacts."
),
)
parser.add_argument(
"root",
nargs="?",