Skip to content

Commit 76f8486

Browse files
david-marchandtmonjalo
authored andcommitted
ci: fix arm64 config filename
The ARM64 config file has been renamed in the commit ae2f2fe ("build: rename linuxapp to linux in meson cross files"). Fixes: 99889bd ("ci: introduce Travis builds for GitHub repositories") Signed-off-by: David Marchand <[email protected]> Acked-by: Aaron Conole <[email protected]>
1 parent d7b713d commit 76f8486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/linux-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trap on_error EXIT
1616

1717
if [ "$AARCH64" = "1" ]; then
1818
# convert the arch specifier
19-
OPTS="$OPTS --cross-file config/arm/arm64_armv8_linuxapp_gcc"
19+
OPTS="$OPTS --cross-file config/arm/arm64_armv8_linux_gcc"
2020
fi
2121

2222
OPTS="$OPTS --default-library=$DEF_LIB"

0 commit comments

Comments
 (0)