Skip to content

Commit

Permalink
reenable previously disabled aarch64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Apr 29, 2021
1 parent bfea0cb commit ff08c34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions buildscripts/run_arm64_tests_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ docker run $DOCKER_ARGS --rm=true -v "${grpc_java_dir}":/grpc-java -w /grpc-java
# A note on the "docker run" args used:
# - run docker container under current user's UID to avoid polluting the workspace
# - set the user.home property to avoid creating a "?" directory under grpc-java
# TODO(jtattermusch): avoid skipping ":grpc-netty:test" once https://github.com/grpc/grpc-java/issues/7830 is fixed.
# TODO(jtattermusch): avoid skipping ":grpc-xds:test" once https://github.com/grpc/grpc-java/issues/8118 is fixed.
# TODO(jtattermusch): avoid skipping "grpc-netty-shaded:testShadow" once it's stable
docker run $DOCKER_ARGS --rm=true -v "${grpc_java_dir}":/grpc-java -w /grpc-java \
--user "$(id -u):$(id -g)" \
-e "JAVA_OPTS=-Duser.home=/grpc-java/.current-user-home -Djava.util.prefs.userRoot=/grpc-java/.current-user-home/.java/.userPrefs" \
arm64v8/openjdk:11-jdk-slim-buster \
./gradlew build -PskipAndroid=true -PskipCodegen=true -x :grpc-netty:test -x :grpc-netty-shaded:testShadow -x :grpc-xds:test
./gradlew build -PskipAndroid=true -PskipCodegen=true

0 comments on commit ff08c34

Please sign in to comment.