mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/uncrustify: disable verbatim_strings test on s390x
verbatim_strings test checks the difference between tab character and '\t' in C#. The resulted test string is correct, cross-checked with x86*, but still show warning/error on s390x. Disable the test for now.
This commit is contained in:
parent
a988aa1e5d
commit
372b723969
@ -1,7 +1,7 @@
|
||||
# Maintainer: André Klitzing <aklitzing@gmail.com>
|
||||
pkgname=uncrustify
|
||||
pkgver=0.67
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A source code beautifier"
|
||||
url="https://github.com/uncrustify/uncrustify"
|
||||
arch="all"
|
||||
@ -13,6 +13,7 @@ builddir="$srcdir"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
[ "$CARCH" = "s390x" ] && sed -i '/^12004/d' tests/c-sharp.test
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||
|
Loading…
Reference in New Issue
Block a user