lf-edge / eve-rust

0 stars 1 forks source link

Set default build target for native builds #10

Closed rucoder closed 2 months ago

rucoder commented 2 months ago

CARGO_BUILD_TARGET must be always set since we are not building for default -unknown-linug-gnu triplet

deitch commented 2 months ago

Fixes #8

deitch commented 2 months ago

I can confirm that this resolves our build issues. As long as apk add python3 is included towards the end, same line as apk add mold clang.