Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
2de490d6
Unverified
Commit
2de490d6
authored
Jul 05, 2024
by
Simon Mo
Committed by
GitHub
Jul 05, 2024
Browse files
Update wheel builds to strip debug (#6161)
parent
79d406e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+1
-1
No files found.
.buildkite/release-pipeline.yaml
View file @
2de490d6
...
...
@@ -5,7 +5,7 @@ steps:
agents
:
queue
:
cpu_queue
commands
:
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
USE_SCCACHE=1
--build-arg
CUDA_VERSION={{matrix.cuda_version}}
--build-arg
PYTHON_VERSION={{matrix.python_version}}
--tag
vllm-ci:build-image
--target
build
--progress
plain
."
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
USE_SCCACHE=1
--build-arg
CUDA_VERSION={{matrix.cuda_version}}
--build-arg
PYTHON_VERSION={{matrix.python_version}}
--tag
vllm-ci:build-image
-e
CMAKE_BUILD_TYPE=Release
--target
build
--progress
plain
."
-
"
mkdir
artifacts"
-
"
docker
run
--rm
-v
$(pwd)/artifacts:/artifacts_host
vllm-ci:build-image
cp
-r
dist
/artifacts_host"
-
"
aws
s3
cp
--recursive
artifacts/dist
s3://vllm-wheels/$BUILDKITE_COMMIT/"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment