Skip to content

Commit 39067f2

Browse files
committed
WIP
1 parent 1d73c4a commit 39067f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/ci/docker/host-x86_64/dist-quick/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ COPY host-x86_64/dist-x86_64-linux/shared.sh /tmp/
2929
# rustc-perf version from 2023-05-30
3030
# Should also be changed in the opt-dist tool for other environments.
3131
ENV PERF_COMMIT 8b2ac3042e1ff2c0074455a0a3618adef97156b1
32-
RUN curl -LS -o perf.zip https://github.com/rust-lang/rustc-perf/archive/$PERF_COMMIT.zip
33-
34-
COPY scripts/sccache.sh /scripts/
3532

3633
ENV PGO_HOST=x86_64-unknown-linux-gnu
3734

src/ci/docker/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
110110
echo "::endgroup::"
111111
docker images
112112
docker tag rust-ci ghcr.io/kobzol/rust-ci:${cksum}
113+
114+
docker login --username kobzol --password ${GITHUB_TOKEN}
113115
docker push ghcr.io/kobzol/rust-ci:${cksum}
114116

115117
if [ "$CI" != "" ]; then

0 commit comments

Comments
 (0)