diff options
-rw-r--r-- | user/rust/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user/rust/APKBUILD b/user/rust/APKBUILD index ed606fd38..ede75b2d8 100644 --- a/user/rust/APKBUILD +++ b/user/rust/APKBUILD @@ -68,6 +68,10 @@ prepare() { default_prepare # These tests require Node and various NPM packages. rm -rf "$builddir"/tests/rustdoc-* + + # Tests depend on FP precision that can't be given on i586: #1259 + rm -f "$builddir"/tests/ui/traits/object/print_vtable_sizes.rs + rm -f "$builddir"/tests/ui/traits/object/print_vtable_sizes.stdout } build() { |