MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / package_aot_only

Function package_aot_only

xtask/src/main.rs:8105–8109  ·  view source on GitHub ↗
(manifest: &SourcesManifest, target: &str)

Source from the content-addressed store, hash-verified

8103}
8104
8105fn package_aot_only(manifest: &SourcesManifest, target: &str) -> Result<()> {
8106 let outputs = BuildOutputs::discover_for_aot()?;
8107 package_aot_artifacts(target, &outputs, manifest)?;
8108 check_aot_package_manifest(target)
8109}
8110
8111fn ensure_aot_serializer_binary() -> Result<PathBuf> {
8112 let mut command = Command::new("cargo");

Callers 1

assetsFunction · 0.85

Calls 2

package_aot_artifactsFunction · 0.85

Tested by

no test coverage detected