We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4caf431 commit 13e3e65Copy full SHA for 13e3e65
buildscripts/kokoro/linux_artifacts.sh
@@ -35,12 +35,5 @@ mkdir -p "$MVN_ARTIFACT_DIR"
35
cp -r "$LOCAL_MVN_TEMP"/* "$MVN_ARTIFACT_DIR"/
36
37
# for aarch64 platform
38
-apt-get install -y wget autoconf automake libtool g++-aarch64-linux-gnu g++ make
39
-
40
-apt-get install software-properties-common -y
41
-add-apt-repository ppa:openjdk-r/ppa -y
42
-apt-get update
43
-apt install openjdk-8-jdk -y
44
-export JAVA_HOME=`dirname $(dirname $(update-alternatives --list javac |grep java-8))`
45
-update-ca-certificates -f
+sudo apt-get install -y g++-aarch64-linux-gnu
46
SKIP_TESTS=true ARCH=aarch_64 ./buildscripts/kokoro/unix.sh
0 commit comments