feat: use rustembedded/cross images and use static relocation model to fix cross-compile
This commit is contained in:
parent
a021680591
commit
cd9902637d
7 changed files with 112 additions and 27 deletions
8
cross/test.sh
Executable file
8
cross/test.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
set -ex
|
||||
|
||||
# Build conduit for a specific target
|
||||
cross/build.sh $@
|
||||
|
||||
# Test conduit for a specific target
|
||||
cross test --target="$TARGET" $@
|
Loading…
Add table
Add a link
Reference in a new issue