ref: 62fcd0cb19d2fe46af7541d8185de86d45d58697
parent: a6228f47f0eebcdfebb1753a786e3e1654b51ea4
author: Martin Storsjö <martin@martin.st>
date: Fri Oct 11 10:06:31 EDT 2019
ci: Try switching two GCC based arm/aarch64 build configurations to debugoptimized This should expose issues like #300, where there are issues with alignment of labels, referenced from debug info.
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -178,7 +178,7 @@
- aarch64
- debian
script:
- - meson build --buildtype release --werror
+ - meson build --buildtype debugoptimized --werror
- ninja -C build
- cd build && meson test -v
@@ -219,7 +219,7 @@
- armv7
- debian
script:
- - meson build --buildtype release --werror
+ - meson build --buildtype debugoptimized --werror
- ninja -C build
- cd build && meson test -v