xref: /aosp_15_r20/external/grpc-grpc-java/buildscripts/build_artifacts_in_docker.sh (revision e07d83d3ffcef9ecfc9f7f475418ec639ff0e5fe)
1*e07d83d3SAndroid Build Coastguard Worker#!/bin/bash
2*e07d83d3SAndroid Build Coastguard Workerset -exu -o pipefail
3*e07d83d3SAndroid Build Coastguard Worker
4*e07d83d3SAndroid Build Coastguard Worker# Runs all the tests and builds mvn artifacts.
5*e07d83d3SAndroid Build Coastguard Worker# mvn artifacts are stored in grpc-java/mvn-artifacts/
6*e07d83d3SAndroid Build Coastguard WorkerALL_ARTIFACTS=true ARCH=x86_64 "$(dirname $0)"/kokoro/unix.sh
7*e07d83d3SAndroid Build Coastguard Worker# Already ran tests the first time, so skip tests this time
8*e07d83d3SAndroid Build Coastguard WorkerSKIP_TESTS=true ARCH=x86_32 "$(dirname $0)"/kokoro/unix.sh
9