Skip to content

Commit 5230d62

Browse files
authored
Revert changes to docker file from rust-lang#2311 (rust-lang#2354)
It looks like the other changes done by rust-lang#2311 to the release docker file were not as harmless as I thought. This change reverts them to fix the release action.
1 parent db516bc commit 5230d62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/ci/Dockerfile.bundle-release-20-04

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ENV DEBIAN_FRONTEND=noninteractive \
88
DEBCONF_NONINTERACTIVE_SEEN=true \
99
PATH="/root/.cargo/bin:${PATH}"
1010
WORKDIR /tmp/kani
11-
COPY ./tests ./tests
12-
COPY ./Cargo.toml ./Cargo.toml
1311
COPY ./kani-*-x86_64-unknown-linux-gnu.tar.gz ./kani-latest-x86_64-unknown-linux-gnu.tar.gz
1412
# Very awkward glob (not regex!) to get `kani-verifier-*` and not `kani-verifier-*.crate`
1513
COPY ./target/package/kani-verifier-*[^e] ./kani-verifier

0 commit comments

Comments
 (0)