mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
[dartfuzz] Build the compressed pointer configurations.
Change-Id: I420a9fd47742ea8b86bd2dcc71bf105f2ef4bc80 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193440 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
parent
e35ba5b9e3
commit
92c2fca87d
1 changed files with 5 additions and 2 deletions
|
@ -244,12 +244,15 @@
|
|||
"out/DebugIA32/",
|
||||
"out/DebugSIMARM/",
|
||||
"out/DebugSIMARM64/",
|
||||
"out/DebugSIMARM64C/",
|
||||
"out/DebugX64/",
|
||||
"out/ProductX64/",
|
||||
"out/DebugX64C/",
|
||||
"out/ReleaseIA32/",
|
||||
"out/ReleaseSIMARM/",
|
||||
"out/ReleaseSIMARM64/",
|
||||
"out/ReleaseSIMARM64C/",
|
||||
"out/ReleaseX64/",
|
||||
"out/ReleaseX64C/",
|
||||
"third_party/pkg/",
|
||||
"third_party/pkg_tested/",
|
||||
"tools/sdks/dart-sdk/",
|
||||
|
@ -3666,7 +3669,7 @@
|
|||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--mode=debug,release",
|
||||
"--arch=x64,simarm64",
|
||||
"--arch=x64,x64c,simarm64,simarm64c",
|
||||
"runtime",
|
||||
"dart_precompiled_runtime"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue