mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-18 01:17:50 +00:00
Fix i386 build with custom toolchain (armv6 unknown state)
This commit is contained in:
+4
-1
@@ -43,10 +43,13 @@ in {
|
||||
target = "x86_64-unknown-linux-musl";
|
||||
features = [
|
||||
"garage/bundled-libs"
|
||||
"garage/sled"
|
||||
"garage/k2v"
|
||||
"garage/sled"
|
||||
"garage/lmdb"
|
||||
"garage/sqlite"
|
||||
"garage_db/sled"
|
||||
"garage_db/lmdb"
|
||||
"garage_db/sqlite"
|
||||
];
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user