Drop test failing on aarch64
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
24f5c05273
commit
f468feefe1
13
drop_test_for_aarch64.patch
Normal file
13
drop_test_for_aarch64.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff -ruN ldb-2.2.0.orig/wscript ldb-2.2.0/wscript
|
||||||
|
--- ldb-2.2.0.orig/wscript 2020-07-09 08:04:50.000000000 -0400
|
||||||
|
+++ ldb-2.2.0/wscript 2020-10-30 14:30:54.768192042 -0400
|
||||||
|
@@ -649,8 +649,7 @@
|
||||||
|
# we can fit > 4G of data into the DB), it would fill up
|
||||||
|
# the disk on many of our test instances
|
||||||
|
'ldb_mdb_kv_ops_test',
|
||||||
|
- 'ldb_key_value_sub_txn_mdb_test',
|
||||||
|
- 'ldb_lmdb_free_list_test']
|
||||||
|
+ 'ldb_key_value_sub_txn_mdb_test']
|
||||||
|
else:
|
||||||
|
test_exes += ['ldb_no_lmdb_test']
|
||||||
|
|
@ -41,6 +41,8 @@ Source2: ldb.keyring
|
|||||||
Patch0001: 0001-PATCH-wafsamba-Fix-few-SyntaxWarnings-caused-by-regu.patch
|
Patch0001: 0001-PATCH-wafsamba-Fix-few-SyntaxWarnings-caused-by-regu.patch
|
||||||
# Fix FTBFS / Increase the over-estimation for sparse files
|
# Fix FTBFS / Increase the over-estimation for sparse files
|
||||||
Patch0002: https://gitlab.com/samba-team/samba/-/merge_requests/1420.patch
|
Patch0002: https://gitlab.com/samba-team/samba/-/merge_requests/1420.patch
|
||||||
|
# Drop a test that is failing on aarch64
|
||||||
|
Patch0003: drop_test_for_aarch64.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libtalloc-devel >= %{talloc_version}
|
BuildRequires: libtalloc-devel >= %{talloc_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user