cicd fix with dep installing
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit Details

pull/20/head
prplV 2025-01-13 15:25:10 +03:00
parent a25a630d77
commit 576a5e0739
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@ RUN apt update && apt install -y \
pkg-config \
libudev-dev \
procps \
gcc-riscv64-unknown-elf \
gcc-riscv64-linux-gnu \
binutils-riscv64-linux-gnu \
&& rm -rf /var/lib/apt/lists/*
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
sh "mkdir -p ${targetDir}"
sh """
docker build --network=host -t e-monitor .
docker build --network=host -t --no-cache e-monitor .
docker run --name e-monitor --dns 8.8.8.8 --network=host e-monitor:latest
"""