Skip to content
Snippets Groups Projects

testing/tinycbor: disable check on loongarch64

Merged zhaixiaojuan requested to merge zhaixiaojuan/aports:tinycbor into master
All threads resolved!
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -13,6 +13,9 @@ source="
@@ -13,6 +13,9 @@ source="
$pkgname-$pkgver.tar.gz::https://github.com/intel/tinycbor/archive/v$pkgver.tar.gz
$pkgname-$pkgver.tar.gz::https://github.com/intel/tinycbor/archive/v$pkgver.tar.gz
0001-disable-failing-tests.patch
0001-disable-failing-tests.patch
"
"
 
case "$CARCH" in
 
loongarch64) options="$options !check" ;; #tst_Parser test fail
 
esac
build() {
build() {
make
make
Loading