Skip to content

Commit 0ae477b

Browse files
committed
ci: add berlin.guix.gnu.org to substitute URLs list
1 parent 4891135 commit 0ae477b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

contrib/containers/guix/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ RUN guix_file_name=guix-binary-${guix_version}.$(uname -m)-linux.tar.xz
5252

5353
RUN touch /etc/nsswitch.conf
5454

55-
RUN guix archive --authorize < /usr/local/guix/current/share/guix/ci.guix.gnu.org.pub && \
56-
guix archive --authorize < /usr/local/guix/current/share/guix/bordeaux.guix.gnu.org.pub
55+
RUN guix archive --authorize < /usr/local/guix/current/share/guix/berlin.guix.gnu.org.pub && \
56+
guix archive --authorize < /usr/local/guix/current/share/guix/bordeaux.guix.gnu.org.pub && \
57+
guix archive --authorize < /usr/local/guix/current/share/guix/ci.guix.gnu.org.pub
5758

5859
# Build Environment Setup
5960
# https://guix.gnu.org/manual/en/html_node/Build-Environment-Setup.html

contrib/containers/guix/scripts/entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cat /etc/motd
88
# Start the Guix daemon
99
sudo env PATH=${PATH} guix-daemon \
1010
--build-users-group='guixbuild' \
11-
--substitute-urls='https://bordeaux.guix.gnu.org https://ci.guix.gnu.org' < /dev/null 2>&1 |
11+
--substitute-urls='https://berlin.guix.gnu.org https://bordeaux.guix.gnu.org https://ci.guix.gnu.org' < /dev/null 2>&1 |
1212
sudo tee /var/log/guix.log > /dev/null &
1313

1414
# Hand over control

0 commit comments

Comments
 (0)