Skip to content

Commit

Permalink
Fix s390x rootfs build (#7609)
Browse files Browse the repository at this point in the history
Ubuntu for s390x architecture doesn't have OMP libraries.
  • Loading branch information
janvorli committed Jul 12, 2021
1 parent cfe12e6 commit b59fb36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/common/cross/build-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ while :; do
__UbuntuArch=s390x
__UbuntuRepo="http://ports.ubuntu.com/ubuntu-ports/"
__UbuntuPackages=$(echo ${__UbuntuPackages} | sed 's/ libunwind8-dev//')
__UbuntuPackages=$(echo ${__UbuntuPackages} | sed 's/ libomp-dev//')
__UbuntuPackages=$(echo ${__UbuntuPackages} | sed 's/ libomp5//')
unset __LLDB_Package
;;
x86)
Expand Down

0 comments on commit b59fb36

Please sign in to comment.