]> git.droids-corp.org - dpdk.git/commitdiff
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 4eb7c3cf065a6b3fcd93905c0b8e03f4182e758b..d5783c1a420832964fa39127d7d8659a2035a6a2 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"