ref: ac53908936973028f1d8dd5d97043dbf8443c633
parent: 7aaa8569d3032bb711c4b2c6690ae3243ea03312
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Feb 17 00:58:09 EST 2025
run bootstrap first
--- a/meson.build
+++ b/meson.build
@@ -394,4 +394,4 @@
],
native: true,
)
-test('bootstrap', bootstrap, [], workdir: src_dir, is_parallel : false)
+test('bootstrap', bootstrap, [], workdir: src_dir, is_parallel : false, priority: 9999)
--
⑨