-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change is a necessary infrastructure migration that switches building dart for testing to RBE instead of Goma. The release artifacts are unchanged as RBE must not be used for official releases and only affects the commit queue and post-submit testing. The anthology of RBE commits to main since the 3.4.0-190.1 branch point is cherry-picked in their entirety without merge conflicts to put the beta branch in the same supported state as main. Bug: b/296994239 Change-Id: I0b454d9d95e7bb6f978db344ba9eadfde6e979dc Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/355761 Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/355780 Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/355683 Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/355400 Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/343440 Cherry-pick-request: #55184 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357342 Reviewed-by: William Hesse <[email protected]>
- Loading branch information
Showing
13 changed files
with
156 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
#!/bin/sh | ||
#!/bin/bash | ||
os=$(uname -s | tr '[A-Z]' '[a-z']) | ||
arch=$(uname -m | tr '[A-Z]' '[a-z'] | sed -E 's/^x86_64$/x64/') | ||
rm -f "$1" | ||
cp "../../buildtools/$os-$arch/clang/bin/llvm" "$1" | ||
chmod +x "$1" | ||
INCLUDE=${INCLUDE//\\/\/} | ||
"$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
service=remotebuildexecution.googleapis.com:443 | ||
instance=projects/flutter-rbe-prod/instances/default | ||
use_application_default_credentials=true | ||
enable_deps_cache=true | ||
xattr_digest=user.fuchsia.rbe.digest.sha256 | ||
log_format=reducedtext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
service=remotebuildexecution.googleapis.com:443 | ||
instance=projects/flutter-rbe-prod/instances/default | ||
use_application_default_credentials=true | ||
enable_deps_cache=true | ||
server_address=pipe://reproxy.ipc | ||
log_format=reducedtext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
service=remotebuildexecution.googleapis.com:443 | ||
instance=projects/flutter-rbe-prod/instances/default | ||
use_application_default_credentials=true | ||
enable_deps_cache=true | ||
server_address=pipe://reproxy.ipc | ||
log_format=reducedtext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.