ci: cleanup

This commit is contained in:
Mitchell Hashimoto
2025-10-02 15:57:09 -07:00
parent 4e3e0ed056
commit 87b77e1980
11 changed files with 45 additions and 47 deletions

View File

@@ -82,6 +82,9 @@ pub fn initShared(
.omit_frame_pointer = deps.config.strip,
.unwind_tables = if (deps.config.strip) .none else .sync,
}),
// Fails on self-hosted x86_64
.use_llvm = true,
});
_ = try deps.add(lib);