Skip to content

Commit

Permalink
Solaris CI: Build with dilos2 stable
Browse files Browse the repository at this point in the history
dilos2-testing has problems since the last repository update, so get the packages from dilos2 stable.

Fixes #61022.
  • Loading branch information
bgermann authored and Mark-Simulacrum committed Jun 23, 2019
1 parent 494f685 commit 4379216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/dist-various-2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && apt-get build-dep -y clang llvm && apt-get install -y --no
gpg-agent

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

WORKDIR /tmp
COPY dist-various-2/shared.sh /tmp/
Expand Down

0 comments on commit 4379216

Please sign in to comment.