From 4efda9844b9028c843ee11e3000c9e62307e7371 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Mon, 22 Sep 2025 14:33:33 +0000 Subject: Woodpecker CI 00260865a58e692dcab21c7b52218c1c6aaa1703 [SKIP CI] --- firefox/fix-sqlite-vec-uint.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 firefox/fix-sqlite-vec-uint.patch (limited to 'firefox/fix-sqlite-vec-uint.patch') diff --git a/firefox/fix-sqlite-vec-uint.patch b/firefox/fix-sqlite-vec-uint.patch deleted file mode 100644 index 36a83a99..00000000 --- a/firefox/fix-sqlite-vec-uint.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c b/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c -index 96612e2..d641b11 100644 ---- a/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c -+++ b/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c -@@ -66,6 +66,7 @@ SQLITE_EXTENSION_INIT3 - #ifndef __COSMOPOLITAN__ - #ifndef __wasi__ - #ifndef __sun__ -+#ifndef linux - typedef u_int8_t uint8_t; - typedef u_int16_t uint16_t; - typedef u_int64_t uint64_t; -@@ -74,6 +75,7 @@ typedef u_int64_t uint64_t; - #endif - #endif - #endif -+#endif - - typedef int8_t i8; - typedef uint8_t u8; -- cgit v1.2.3