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
5157827c
Unverified
Commit
5157827c
authored
Aug 16, 2025
by
Lucas Wilkinson
Committed by
GitHub
Aug 16, 2025
Browse files
[Build] Env var to disable sccache (#22968)
Signed-off-by:
Lucas Wilkinson
<
lwilkins@redhat.com
>
parent
7caec10e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup.py
setup.py
+2
-1
No files found.
setup.py
View file @
5157827c
...
@@ -60,7 +60,8 @@ MAIN_CUDA_VERSION = "12.8"
...
@@ -60,7 +60,8 @@ MAIN_CUDA_VERSION = "12.8"
def
is_sccache_available
()
->
bool
:
def
is_sccache_available
()
->
bool
:
return
which
(
"sccache"
)
is
not
None
return
which
(
"sccache"
)
is
not
None
and
\
not
bool
(
int
(
os
.
getenv
(
"VLLM_DISABLE_SCCACHE"
,
"0"
)))
def
is_ccache_available
()
->
bool
:
def
is_ccache_available
()
->
bool
:
...
...
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