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
bf52b430
Commit
bf52b430
authored
Oct 17, 2023
by
illsilin
Browse files
add redis and ping packages, and redis port
parent
cacc7f70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Dockerfile
Dockerfile
+2
-0
Jenkinsfile
Jenkinsfile
+1
-0
No files found.
Dockerfile
View file @
bf52b430
...
...
@@ -41,6 +41,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
ccache
\
git
\
hip-rocclr
\
iputils-ping
\
jq
\
libelf-dev
\
libncurses5-dev
\
...
...
@@ -52,6 +53,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
python3
\
python3-dev
\
python3-pip
\
redis
\
sshpass
\
software-properties-common
\
vim
\
...
...
Jenkinsfile
View file @
bf52b430
...
...
@@ -242,6 +242,7 @@ def cmake_build(Map conf=[:]){
export SCCACHE_BIN=/usr/local/.cargo/bin/sccache
export SCCACHE_EXTRAFILES=/tmp/.sccache/rocm_compilers_hash_file
export SCCACHE_REDIS="redis://${env.CK_CCACHE}"
export SCCACHE_SERVER_PORT=6379
../script/sccache_wrapper.sh --enforce_redis
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