Skip to content

Commit 2489aaf

Browse files
test
Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
1 parent c7c83de commit 2489aaf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Dockerfiles/Dockerfile.amd64.ubuntu.resolute

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ RUN apt-get update && \
1414

1515
# Force sbuild to use the schroot backend.
1616
# On resolute, the default backend (systemd-nspawn) fails to build the chroot unless we do this
17-
RUN mkdir -p /root/.config/sbuild && \
18-
printf '%s\n' \
19-
'$chroot_mode = "schroot";' \
20-
> /root/.config/sbuild/config.pl
17+
#RUN mkdir -p /root/.config/sbuild && \
18+
# printf '%s\n' \
19+
# '$chroot_mode = "schroot";' \
20+
# > /root/.config/sbuild/config.pl
2121

2222
# Build the resolute chroot
2323
RUN sbuild-createchroot --arch=amd64 --components=main,universe resolute /srv/chroot/resolute http://archive.ubuntu.com/ubuntu && \

Dockerfiles/Dockerfile.arm64.ubuntu.resolute

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ RUN apt-get update && \
1313

1414
# Force sbuild to use the schroot backend.
1515
# On resolute, the default backend (systemd-nspawn) fails to build the chroot unless we do this
16-
RUN mkdir -p /root/.config/sbuild && \
17-
printf '%s\n' \
18-
'$chroot_mode = "schroot";' \
19-
> /root/.config/sbuild/config.pl
16+
#RUN mkdir -p /root/.config/sbuild && \
17+
# printf '%s\n' \
18+
# '$chroot_mode = "schroot";' \
19+
# > /root/.config/sbuild/config.pl
2020

2121
COPY extra-packages.txt /tmp/extra-packages.txt
2222

0 commit comments

Comments
 (0)