Skip to content

Commit

Permalink
fix agent docker build user and cargo generate files folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardcl committed Jan 9, 2024
1 parent 899ef11 commit f22f04c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion be-rust-axum/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ odsQuickstarterPipeline(
label: "Process Rust template"
)
sh(
script: "mv ${context.sourceDir}/${context.projectId}-${context.componentId} ${context.sourceDir}/files",
script: "mv ${context.projectId}-${context.componentId} ${context.sourceDir}/files",
label: "Create files folder"
)
}
Expand Down
1 change: 1 addition & 0 deletions common/jenkins-agents/rust/docker/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG rustVersion
ARG rustToolchain

ENV PATH="$HOME/.cargo/bin:$PATH"
ENV USER="rust-agent"

RUN yum install -y binutils cpp gcc glibc-devel glibc-headers isl kernel-headers libasan libatomic libgomp libmpc libpkgconf libubsan libxcrypt-devel llvm-libs pkgconf pkgconf-m4 pkgconf-pkg-config openssl-devel

Expand Down

0 comments on commit f22f04c

Please sign in to comment.