Revert "Apply workaround for https://bugs.debian.org/960271"
This reverts commit 0a7d8e431e
.
See https://tracker.debian.org/news/1151808/accepted-linux-419118-2deb10u1-source-into-stable-embargoed-stable/ -- this was fixed for Buster in src:linux 4.19.118-2+deb10u1 🎉
This commit is contained in:
parent
7fe1e031b2
commit
7877bcf9e8
|
@ -60,12 +60,6 @@ RUN set -eux; \
|
|||
; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
\
|
||||
# patch kernel headers ala https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8
|
||||
# filed in debian at https://bugs.debian.org/960271
|
||||
wget -O bits-per-long.patch 'https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8.patch'; \
|
||||
patch --input="$PWD/bits-per-long.patch" --strip=4 --directory=/usr/include/linux; \
|
||||
rm bits-per-long.patch; \
|
||||
\
|
||||
tarball="$(basename "$QEMU_URL")"; \
|
||||
wget -O "$tarball.sig" "$QEMU_URL.sig"; \
|
||||
wget -O "$tarball" "$QEMU_URL" --progress=dot:giga; \
|
||||
|
|
|
@ -60,12 +60,6 @@ RUN set -eux; \
|
|||
; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
\
|
||||
# patch kernel headers ala https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8
|
||||
# filed in debian at https://bugs.debian.org/960271
|
||||
wget -O bits-per-long.patch 'https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8.patch'; \
|
||||
patch --input="$PWD/bits-per-long.patch" --strip=4 --directory=/usr/include/linux; \
|
||||
rm bits-per-long.patch; \
|
||||
\
|
||||
tarball="$(basename "$QEMU_URL")"; \
|
||||
wget -O "$tarball.sig" "$QEMU_URL.sig"; \
|
||||
wget -O "$tarball" "$QEMU_URL" --progress=dot:giga; \
|
||||
|
|
|
@ -60,12 +60,6 @@ RUN set -eux; \
|
|||
; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
\
|
||||
# patch kernel headers ala https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8
|
||||
# filed in debian at https://bugs.debian.org/960271
|
||||
wget -O bits-per-long.patch 'https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8.patch'; \
|
||||
patch --input="$PWD/bits-per-long.patch" --strip=4 --directory=/usr/include/linux; \
|
||||
rm bits-per-long.patch; \
|
||||
\
|
||||
tarball="$(basename "$QEMU_URL")"; \
|
||||
wget -O "$tarball.sig" "$QEMU_URL.sig"; \
|
||||
wget -O "$tarball" "$QEMU_URL" --progress=dot:giga; \
|
||||
|
|
|
@ -60,12 +60,6 @@ RUN set -eux; \
|
|||
; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
\
|
||||
# patch kernel headers ala https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8
|
||||
# filed in debian at https://bugs.debian.org/960271
|
||||
wget -O bits-per-long.patch 'https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8.patch'; \
|
||||
patch --input="$PWD/bits-per-long.patch" --strip=4 --directory=/usr/include/linux; \
|
||||
rm bits-per-long.patch; \
|
||||
\
|
||||
tarball="$(basename "$QEMU_URL")"; \
|
||||
wget -O "$tarball.sig" "$QEMU_URL.sig"; \
|
||||
wget -O "$tarball" "$QEMU_URL" --progress=dot:giga; \
|
||||
|
|
|
@ -60,12 +60,6 @@ RUN set -eux; \
|
|||
; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
\
|
||||
# patch kernel headers ala https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8
|
||||
# filed in debian at https://bugs.debian.org/960271
|
||||
wget -O bits-per-long.patch 'https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8.patch'; \
|
||||
patch --input="$PWD/bits-per-long.patch" --strip=4 --directory=/usr/include/linux; \
|
||||
rm bits-per-long.patch; \
|
||||
\
|
||||
tarball="$(basename "$QEMU_URL")"; \
|
||||
wget -O "$tarball.sig" "$QEMU_URL.sig"; \
|
||||
wget -O "$tarball" "$QEMU_URL" --progress=dot:giga; \
|
||||
|
|
Loading…
Reference in New Issue
Block a user