ci: fix arm64 config filename
authorDavid Marchand <david.marchand@redhat.com>
Fri, 29 Mar 2019 15:55:38 +0000 (16:55 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 29 Mar 2019 23:01:35 +0000 (00:01 +0100)
The ARM64 config file has been renamed in the commit
ae2f2fee247a ("build: rename linuxapp to linux in meson cross files").

Fixes: 99889bd85228 ("ci: introduce Travis builds for GitHub repositories")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
.ci/linux-build.sh

index 4eb7c3c..d5783c1 100755 (executable)
@@ -16,7 +16,7 @@ trap on_error EXIT
 
 if [ "$AARCH64" = "1" ]; then
     # convert the arch specifier
-    OPTS="$OPTS --cross-file config/arm/arm64_armv8_linuxapp_gcc"
+    OPTS="$OPTS --cross-file config/arm/arm64_armv8_linux_gcc"
 fi
 
 OPTS="$OPTS --default-library=$DEF_LIB"