openscad-unstable: skip some tests (#474024)
This commit is contained in:
@@ -167,6 +167,13 @@ clangStdenv.mkDerivation rec {
|
||||
|
||||
dontUseNinjaCheck = true;
|
||||
|
||||
# These tests consistently fail when building on aarch64-linux
|
||||
disabledTests = [
|
||||
"export-svg_spec-paths-arcs01"
|
||||
"export-svg-fill-stroke_spec-paths-arcs01"
|
||||
"export-svg-fill-only_spec-paths-arcs01"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "3D parametric model compiler (unstable)";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user