MCPcopy Create free account
hub / github.com/catboost/catboost / buildNative

Function buildNative

catboost/node-package/build_scripts/build.ts:77–81  ·  view source on GitHub ↗
(buildNativeExtraArgs: string[])

Source from the content-addressed store, hash-verified

75
76/** Build binary from repository. */
77export async function buildNative(buildNativeExtraArgs: string[]) {
78 await configureGyp();
79 await buildModelInterfaceLibrary(buildNativeExtraArgs);
80 await compileBindings();
81}
82
83async function preparePlatformBinary(platform: string, arch: string) {
84 const config = readConfig();

Callers 3

build_native.tsFile · 0.90
installFunction · 0.90
ciFunction · 0.90

Calls 3

configureGypFunction · 0.85
compileBindingsFunction · 0.85

Tested by

no test coverage detected