Skip to content

Commit

Permalink
.travis.yml: default the --disable-system build to --static
Browse files Browse the repository at this point in the history
It's fairly common to build qemu-user binaries with --static linking
so the binary can be copied around without libraries. Enable --static
in the default qemu-user build to cover this.

There are other qemu-user builds that use dynamic linking so they
should catch any problems there.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
  • Loading branch information
stsquad committed Jul 4, 2019
1 parent c9b423d commit c3c1874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -80,7 +80,7 @@ script:
matrix:
include:
- env:
- CONFIG="--disable-system"
- CONFIG="--disable-system --static"


# we split the system builds as it takes a while to build them all
Expand Down

0 comments on commit c3c1874

Please sign in to comment.