Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions nightly-6.4.x/debian/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
SWIFT_WEBROOT=$SWIFT_WEBROOT \
SWIFT_PREFIX=$SWIFT_PREFIX

COPY swift-ci/dependencies/requirements.txt /dependencies/
RUN pip3 install -r /dependencies/requirements.txt --break-system-packages

RUN set -e; \
ARCH_NAME="$(dpkg --print-architecture)"; \
url=; \
Expand Down
3 changes: 0 additions & 3 deletions nightly-6.4.x/debian/13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
SWIFT_WEBROOT=$SWIFT_WEBROOT \
SWIFT_PREFIX=$SWIFT_PREFIX

COPY swift-ci/dependencies/requirements.txt /dependencies/
RUN pip3 install -r /dependencies/requirements.txt --break-system-packages

RUN set -e; \
ARCH_NAME="$(dpkg --print-architecture)"; \
url=; \
Expand Down
3 changes: 0 additions & 3 deletions nightly-main/debian/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
SWIFT_WEBROOT=$SWIFT_WEBROOT \
SWIFT_PREFIX=$SWIFT_PREFIX

COPY swift-ci/dependencies/requirements.txt /dependencies/
RUN pip3 install -r /dependencies/requirements.txt --break-system-packages

RUN set -e; \
ARCH_NAME="$(dpkg --print-architecture)"; \
url=; \
Expand Down
3 changes: 0 additions & 3 deletions nightly-main/debian/13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
SWIFT_WEBROOT=$SWIFT_WEBROOT \
SWIFT_PREFIX=$SWIFT_PREFIX

COPY swift-ci/dependencies/requirements.txt /dependencies/
RUN pip3 install -r /dependencies/requirements.txt --break-system-packages

RUN set -e; \
ARCH_NAME="$(dpkg --print-architecture)"; \
url=; \
Expand Down