Implement native asset pipeline and cache (#64)
Some checks failed
Native code generation / deterministic (push) Failing after 2m18s
Imaging and meshing gate / native (push) Failing after 1m30s
JPEG 2000 feature / linux (push) Successful in 2m40s
Native Rust workspace compile / compile (push) Failing after 57s
Skia feature / linux (push) Successful in 31m8s
Some checks failed
Native code generation / deterministic (push) Failing after 2m18s
Imaging and meshing gate / native (push) Failing after 1m30s
JPEG 2000 feature / linux (push) Successful in 2m40s
Native Rust workspace compile / compile (push) Failing after 57s
Skia feature / linux (push) Successful in 31m8s
This commit is contained in:
@@ -985,6 +985,10 @@ def validate_generated_shims() -> None:
|
||||
"crate::agent_manager::",
|
||||
"crate::agent_messages::",
|
||||
"crate::agent_movement::",
|
||||
"crate::asset_cache::",
|
||||
"crate::asset_manager::",
|
||||
"crate::asset_material::",
|
||||
"crate::asset_models::",
|
||||
"crate::byte_order::",
|
||||
"crate::attention_catalog::",
|
||||
"crate::binary::",
|
||||
@@ -998,6 +1002,7 @@ def validate_generated_shims() -> None:
|
||||
"crate::inventory_manager::",
|
||||
"crate::message_codec::",
|
||||
"crate::message_decoder::",
|
||||
"crate::object_material::",
|
||||
"crate::notation::",
|
||||
"crate::packet_catalog::",
|
||||
"crate::packet_wire::",
|
||||
@@ -1006,6 +1011,7 @@ def validate_generated_shims() -> None:
|
||||
"crate::protobuf::",
|
||||
"crate::skeleton::",
|
||||
"crate::visual_catalog::",
|
||||
"crate::transfers::",
|
||||
"crate::xml_codec::",
|
||||
"stored_visual_params",
|
||||
"self.native_",
|
||||
|
||||
Reference in New Issue
Block a user