occlum/demos/netty_ut/build.sh
2023-02-27 09:06:31 +08:00

11 lines
276 B
Bash
Executable File

#!/bin/bash
sudo apt-get update
sudo apt-get install openjdk-11-jdk
rm -rf /usr/lib/jvm/java-11-openjdk-amd64/lib/security/blacklisted.certs
# Download netty testsuite, junit platform and related dependencies
if [ ! -d "netty" ]; then
wget -i ./ut-jar.url -P ./netty
fi