Skip to content

Commit 4ab5939

Browse files
authored
Rollup merge of rust-lang#61055 - bgermann:master, r=sanxiyn
Solaris CI: Build with dilos2 stable dilos2-testing has problems since the last repository update, so get the packages from dilos2 stable. Fixes rust-lang#61022.
2 parents 1ea0b1d + e32370d commit 4ab5939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/dist-various-2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get build-dep -y clang llvm && apt-get install -y --no
2424
gpg-agent
2525

2626
RUN apt-key adv --batch --yes --keyserver keyserver.ubuntu.com --recv-keys 74DA7924C5513486
27-
RUN add-apt-repository -y 'deb http://apt.dilos.org/dilos dilos2-testing main'
27+
RUN add-apt-repository -y 'deb http://apt.dilos.org/dilos dilos2 main'
2828

2929
WORKDIR /tmp
3030
COPY dist-various-2/shared.sh /tmp/

0 commit comments

Comments
 (0)