Skip to content

Commit be750c4

Browse files
committed
setup-build-env: do not downgrade linux-libc-dev
The downgrade helped mitigate package conflicts between linux-libc-dev:amd64 and s390x packages. Revert the downgrade command. Signed-off-by: Ihor Solodrai <[email protected]>
1 parent 3bcbbf8 commit be750c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup-build-env/install_cross_compilation_toolchain.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ EOF
4949

5050
sudo apt-get update -y
5151

52-
# downgrade due to conflict with linux-libc-dev:s390x
53-
sudo apt-get install --allow-downgrades -y linux-libc-dev=6.8.0-57.59
54-
5552
sudo apt-get install -y \
5653
"crossbuild-essential-${DEB_ARCH}" \
5754
"binutils-${TARGET_ARCH}-linux-gnu" \

0 commit comments

Comments
 (0)