[gpu] Upload msd variants to CIPD.
Uploads the OOT built MSD to these CIPD paths:
fuchsia/drivers/msd-arm-mali/{debug, release}/[debug-symbols-]{x64, arm64}
Fixed: 329124667
Change-Id: I905ad41098d95ddf5d978b09e0d401361402807e
Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1006732
Reviewed-by: Jerry Belton <jcecil@google.com>
Reviewed-by: John Bauman <jbauman@google.com>
Commit-Queue: Darren Chan <chandarren@google.com>
To perform an initial bootstrap, execute the following:
In a terminal, clone the repository:
git clone https://fuchsia.googlesource.com/drivers/graphics/gpu
Change to that directory:
cd gpu
Fetch all git submodules:
git submodule init && git submodule update --recursive
Bootstrap the build environment:
scripts/bootstrap.sh
Fetch and build the SDK:
tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
See the getting started guide for more info.