Skip to content

Commit

Permalink
jenkins update ROCm#3
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrost57 committed Oct 4, 2018
1 parent 6b75d65 commit b7c37ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,7 @@ def docker_build_inside_image( def build_image, compiler_data compiler_args, doc
# Temp rocm lib mv because repo.radeon.com does not have debs for them
mv ${paths.project_build_prefix}/*.deb ${docker_context}
dpkg -c ${docker_context}/*rocsparse*.deb
rm -rf ${docker_context}/*rocsparse*.deb
dpkg -c ${docker_context}/*.deb
dpkg -c ${docker_context}/*rocalution*.deb
"""
archiveArtifacts artifacts: "${docker_context}/*.deb", fingerprint: true

Expand Down
1 change: 1 addition & 0 deletions docker/dockerfile-install-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY *.deb /tmp/

# Install the debian package
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --allow-unauthenticated -y \
/tmp/rocsparse-*.deb \
/tmp/rocalution-*.deb \
&& rm -f /tmp/*.deb \
&& apt-get clean \
Expand Down

0 comments on commit b7c37ef

Please sign in to comment.