Skip to content

Commit 5053b23

Browse files
committed
FML
1 parent ead8cbe commit 5053b23

File tree

10 files changed

+40
-715
lines changed

10 files changed

+40
-715
lines changed

.config/hakari.toml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ resolver = "2"
1818
# Add triples corresponding to platforms commonly used by developers here.
1919
# https://doc.rust-lang.org/rustc/platform-support.html
2020
platforms = [
21-
"aarch64-apple-darwin",
22-
"wasm32-unknown-unknown",
23-
"x86_64-pc-windows-msvc",
24-
"x86_64-unknown-linux-gnu",
21+
# "aarch64-apple-darwin",
22+
# "wasm32-unknown-unknown",
23+
# "x86_64-pc-windows-msvc",
24+
# "x86_64-unknown-linux-gnu",
2525
]
2626

2727
# Write out exact versions rather than a semver range. (Defaults to false.)
@@ -31,8 +31,19 @@ platforms = [
3131
third-party = [
3232
{ name = "insta" }, # dev-dependency
3333

34-
# Causes misc problems:
34+
# Randomly disabling some crates to get the build to work:
35+
{ name = "cc" },
3536
{ name = "crossbeam" },
37+
{ name = "futures-io" },
38+
{ name = "futures" },
39+
{ name = "hyper" },
40+
{ name = "libc" },
3641
{ name = "mio" },
3742
{ name = "notify" },
43+
{ name = "pyo3-ffi" },
44+
{ name = "pyo3" },
45+
{ name = "reqwest" },
46+
{ name = "rustls" },
47+
{ name = "tokio" },
48+
{ name = "tonic" },
3849
]

Cargo.lock

Lines changed: 0 additions & 170 deletions
Original file line numberDiff line numberDiff line change
@@ -9165,35 +9165,6 @@ dependencies = [
91659165
name = "re_workspace_hack"
91669166
version = "0.1.0"
91679167
dependencies = [
9168-
"ahash",
9169-
"anstream",
9170-
"anyhow",
9171-
"argh_shared",
9172-
"arrow",
9173-
"arrow-array",
9174-
"arrow-cast",
9175-
"arrow-data",
9176-
"arrow-ipc",
9177-
"arrow-schema",
9178-
"bit-vec",
9179-
"bitflags 2.9.1",
9180-
"block2 0.6.1",
9181-
"bytemuck",
9182-
"byteorder",
9183-
"bytes",
9184-
"camino",
9185-
"cc",
9186-
"chrono",
9187-
"clap",
9188-
"clap_builder",
9189-
"comfy-table",
9190-
"concurrent-queue",
9191-
"console",
9192-
"core-foundation 0.9.4",
9193-
"core-foundation-sys",
9194-
"core-graphics-types",
9195-
"core_extensions",
9196-
"crossbeam-utils",
91979168
"datafusion",
91989169
"datafusion-common",
91999170
"datafusion-datasource",
@@ -9202,147 +9173,6 @@ dependencies = [
92029173
"datafusion-optimizer",
92039174
"datafusion-physical-optimizer",
92049175
"datafusion-sql",
9205-
"digest",
9206-
"ecolor",
9207-
"eframe",
9208-
"egui",
9209-
"egui-wgpu",
9210-
"egui-winit",
9211-
"ehttp",
9212-
"either",
9213-
"emath",
9214-
"epaint",
9215-
"event-listener",
9216-
"event-listener-strategy",
9217-
"fixed",
9218-
"flatbuffers",
9219-
"flate2",
9220-
"float-cmp",
9221-
"form_urlencoded",
9222-
"futures-channel",
9223-
"futures-executor",
9224-
"futures-io",
9225-
"futures-sink",
9226-
"futures-task",
9227-
"futures-util",
9228-
"getrandom 0.2.16",
9229-
"getrandom 0.3.3",
9230-
"glam",
9231-
"half",
9232-
"hashbrown 0.14.5",
9233-
"hashbrown 0.15.4",
9234-
"hyper",
9235-
"hyper-util",
9236-
"image",
9237-
"indexmap 2.10.0",
9238-
"itertools 0.14.0",
9239-
"jiff",
9240-
"js-sys",
9241-
"libc",
9242-
"libmimalloc-sys",
9243-
"linux-raw-sys 0.4.15",
9244-
"linux-raw-sys 0.9.4",
9245-
"lock_api",
9246-
"log",
9247-
"lz4_flex",
9248-
"macaw",
9249-
"memchr",
9250-
"mimalloc",
9251-
"mime_guess2",
9252-
"miniz_oxide",
9253-
"naga",
9254-
"num-complex",
9255-
"num-integer",
9256-
"num-rational",
9257-
"num-traits",
9258-
"objc2-app-kit 0.2.2",
9259-
"objc2-app-kit 0.3.1",
9260-
"objc2-core-foundation",
9261-
"objc2-foundation 0.3.1",
9262-
"once_cell",
9263-
"ordered-float 4.6.0",
9264-
"parking_lot",
9265-
"parking_lot_core",
9266-
"parquet",
9267-
"percent-encoding",
9268-
"petgraph 0.7.1",
9269-
"phf",
9270-
"phf_shared",
9271-
"pico-args",
9272-
"poll-promise",
9273-
"ppv-lite86",
9274-
"proc-macro2",
9275-
"profiling",
9276-
"prost",
9277-
"prost-types",
9278-
"puffin",
9279-
"pyo3",
9280-
"pyo3-build-config",
9281-
"pyo3-ffi",
9282-
"quote",
9283-
"rand 0.8.5",
9284-
"rand 0.9.1",
9285-
"rand_chacha 0.3.1",
9286-
"rand_core 0.6.4",
9287-
"rand_distr",
9288-
"raw-window-handle",
9289-
"re_rav1d",
9290-
"regex",
9291-
"regex-automata 0.4.9",
9292-
"regex-syntax 0.8.5",
9293-
"reqwest",
9294-
"ring",
9295-
"rustix 0.38.44",
9296-
"rustix 1.0.7",
9297-
"rustls",
9298-
"rustls-pki-types",
9299-
"rustls-webpki",
9300-
"semver",
9301-
"serde",
9302-
"serde_json",
9303-
"slotmap",
9304-
"smallvec",
9305-
"stable_deref_trait",
9306-
"strum",
9307-
"syn 1.0.109",
9308-
"syn 2.0.104",
9309-
"sync_wrapper",
9310-
"thiserror 2.0.12",
9311-
"tokio",
9312-
"tokio-rustls",
9313-
"tokio-stream",
9314-
"toml",
9315-
"toml_datetime",
9316-
"toml_edit",
9317-
"tonic",
9318-
"tower",
9319-
"tower-http",
9320-
"tracing",
9321-
"tracing-core",
9322-
"twox-hash",
9323-
"ureq",
9324-
"url",
9325-
"uuid",
9326-
"vec1",
9327-
"wasm-bindgen",
9328-
"wayland-sys",
9329-
"web-sys",
9330-
"wgpu",
9331-
"wgpu-core",
9332-
"wgpu-core-deps-windows-linux-android",
9333-
"wgpu-hal",
9334-
"wgpu-types",
9335-
"winapi",
9336-
"windows 0.58.0",
9337-
"windows 0.61.3",
9338-
"windows-sys 0.52.0",
9339-
"windows-sys 0.59.0",
9340-
"winit",
9341-
"zbus",
9342-
"zstd",
9343-
"zstd-safe",
9344-
"zstd-sys",
9345-
"zvariant",
93469176
]
93479177

93489178
[[package]]

0 commit comments

Comments
 (0)