Unverified Commit 08f8c198 authored by Amr Mahdi's avatar Amr Mahdi Committed by GitHub
Browse files

[CI] Disable precompiled wheel path in CI image builds (#34606)


Signed-off-by: default avatarAmr Mahdi <amrmahdi@meta.com>
parent a21cedf4
......@@ -168,8 +168,8 @@ REGISTRY=$1
REPO=$2
BUILDKITE_COMMIT=$3
BRANCH=$4
VLLM_USE_PRECOMPILED=$5
VLLM_MERGE_BASE_COMMIT=$6
VLLM_USE_PRECOMPILED=0
VLLM_MERGE_BASE_COMMIT=""
IMAGE_TAG=$7
IMAGE_TAG_LATEST=${8:-} # only used for main branch, optional
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment