Determine if we can package native dependencies #267

Open
opened 2023-03-31 13:32:58 +00:00 by dboreham · 0 comments
Contributor

At present many of our JS/TS builds spend a bunch of time compiling native code dependencies (this stuff):

[4/4] Building fresh packages...
[-/16] ⠂ waiting...
[-/16] ⠂ waiting...
[13/16] ⠂ sodium-native
[-/16] ⠂ waiting...
[-/16] ⠂ waiting...

I seem to recall there is a scheme to publish the built binaries as some kind of package, the build tooling checks if the pre-built binary is available and uses that rather than compiling from source. Obviously if this scheme exists we're not using it!

At present many of our JS/TS builds spend a bunch of time compiling native code dependencies (this stuff): ``` [4/4] Building fresh packages... [-/16] ⠂ waiting... [-/16] ⠂ waiting... [13/16] ⠂ sodium-native [-/16] ⠂ waiting... [-/16] ⠂ waiting... ``` I seem to recall there is a scheme to publish the built binaries as some kind of package, the build tooling checks if the pre-built binary is available and uses that rather than compiling from source. Obviously if this scheme exists we're not using it!
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#267