Skip to content

Commit

Permalink
devtools: enable testing PPC build on Ubuntu
Browse files Browse the repository at this point in the history
When running PPC builds with the packaged Ubuntu compiler, a different
cross-file needs to be used. Adjust the test-meson-builds script to take
account of this, so that developers can easier pick up on errors.

Signed-off-by: Bruce Richardson <[email protected]>
Acked-by: Tyler Retzlaff <[email protected]>
  • Loading branch information
bruce-richardson authored and tmonjalo committed Oct 11, 2023
1 parent fb94d82 commit b812cb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devtools/test-meson-builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ build build-loongarch64-generic-gcc $f ABI $use_shared

# IBM POWER
f=$srcdir/config/ppc/ppc64le-power8-linux-gcc
if grep -q 'NAME="Ubuntu"' /etc/os-release ; then
f=$f-ubuntu
fi
build build-ppc64-power8-gcc $f ABI $use_shared

# generic RISC-V
Expand Down

0 comments on commit b812cb0

Please sign in to comment.