751c03b95b
Change-Id: Ibfbbdd8152c91ebc5ceffdcdad62b130fce0bb90 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/372980 Commit-Queue: Jonny Wang <jonnywang@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com> Auto-Submit: Jonny Wang <jonnywang@google.com>
425 B
425 B
Setup
Download and install the Dart source tree using the standard instructions for building Dart.
To build for Fuchsia, you must first update your `.gclient file with:
"custom_vars": {
"download_fuchsia_deps": True,
},
Building
./tools/build.py --mode=release --os=fuchsia --arch=arm64 create_sdk runtime
Testing
./tools/test.py -nvm-fuchsia-release-arm64 -j4 ffi