| Package Name | native/_ |
|---|---|
| Version | 0.0.0 |
| Type | native |
A_=This is a meta-package library that includes common tools needed for builds
B_=All packages included as dependencies (other than bootstrap packages) are copied over to staging dir
mkdir -p $STAGING_DIR$PREFIX
rsync -a $PREFIX/* $STAGING_DIR$PREFIX
rm -rf $STAGING_DIR$PREFIX/native/bootstrap
$PREFIX/native/bootstrap/bin/perl $PREFIX/native/bootstrap/bin/strip-nondeterminism-recursive --directory $STAGING_DIR
| Target / Builder | darwin_arm64 | linux_amd64 | linux_arm64 |
|---|---|---|---|
| aarch64-apple-darwin | ✗ | ✗ | ✓ |
| aarch64-apple-ios | ✗ | ✗ | ✗ |
| aarch64-apple-ios-simulator | ✗ | ✗ | ✗ |
| aarch64-linux-android | ✗ | ✗ | ✗ |
| aarch64-linux-gnu | ✗ | ✗ | ✗ |
| armv7a-linux-androideabi | ✗ | ✗ | ✗ |
| x86_64-apple-darwin | ✗ | ✗ | ✗ |
| x86_64-linux-android | ✗ | ✗ | ✗ |
| x86_64-linux-gnu | ✗ | ✗ | ✗ |