Skip to content

Commit

Permalink
Fix Linux 32-bit builds by not loading mesa libs. Those seem to have …
Browse files Browse the repository at this point in the history
…recent package dependency issues.
  • Loading branch information
marceltaeumel committed Aug 4, 2021
1 parent d4eca9f commit 7e61fe4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/ci/actions_prepare_linux_x86.sh
Expand Up @@ -45,8 +45,6 @@ elif [[ "${ARCH}" = "linux32x86" ]]; then
libx11-dev:i386 \
libsm-dev:i386 \
libice-dev:i386 \
libgl1-mesa-glx:i386 \
libgl1-mesa-dev:i386 \
libxext-dev:i386 \
libxrender-dev:i386 \
libglapi-mesa:i386 \
Expand Down

0 comments on commit 7e61fe4

Please sign in to comment.