Implement grid and directory discovery (#71)
All checks were successful
Native code generation / deterministic (push) Successful in 15m16s
Imaging and meshing gate / native (push) Successful in 5m9s
JPEG 2000 feature / linux (push) Successful in 2m47s
Native Rust workspace compile / compile (push) Successful in 5m14s
Skia feature / linux (push) Successful in 31m28s
All checks were successful
Native code generation / deterministic (push) Successful in 15m16s
Imaging and meshing gate / native (push) Successful in 5m9s
JPEG 2000 feature / linux (push) Successful in 2m47s
Native Rust workspace compile / compile (push) Successful in 5m14s
Skia feature / linux (push) Successful in 31m28s
This commit is contained in:
@@ -1135,7 +1135,7 @@ impl Simulator {
|
||||
client,
|
||||
colo_location: String::new(),
|
||||
data_pool: None,
|
||||
features: SimulatorFeatures,
|
||||
features: SimulatorFeatures::default(),
|
||||
flags: RegionFlags(0),
|
||||
global_to_local_id: RwLock::new(HashMap::new()),
|
||||
handle,
|
||||
|
||||
Reference in New Issue
Block a user