Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
05b0b90c
Commit
05b0b90c
authored
Oct 16, 2023
by
illsilin
Browse files
set the paths before calling the sccache_wrapper
parent
6ecef55f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Jenkinsfile
Jenkinsfile
+7
-0
No files found.
Jenkinsfile
View file @
05b0b90c
...
...
@@ -234,6 +234,13 @@ def cmake_build(Map conf=[:]){
mkdir install
cd build
if [ "${env.CK_CCACHE}" ]; then \
export ROCM_PATH=/opt/rocm
export SCCACHE_ENABLED=true
export SCCACHE_LOG_LEVEL=debug
export SCCACHE_IDLE_TIMEOUT=14400
export COMPILERS_HASH_DIR=/usr/local/.sccache
export SCCACHE_BIN=/usr/local/.cargo/bin/sccache
export SCCACHE_EXTRAFILES=/usr/local/.sccache/rocm_compilers_hash_file
../script/sccache_wrapper.sh;
fi
"""
...
...
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