cicd fix with dep installing
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit
Details
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit
Details
parent
a25a630d77
commit
576a5e0739
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue