Discussion:
[dart-misc] Default architecture is X64 for building and testing
'William Hesse' via Dart Misc
2015-10-22 09:19:33 UTC
Permalink
We have recently changed our build.py and test.py scripts, so that the
default architecture for
building and testing Dart is now x64, 64-bit intel architecture,
rather than ia32, 32-bit intel.

If you have scripts or work processes that depend on the build being
in out/ReleaseIA32, or
other dependencies, make sure to update them to the X64 build
directories, or manually set
the architecture using the --arch=ia32 option to build.py and test.py.
--
William Hesse
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...