Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save loiclefevre/1f5e7f74de6690f178a0691531542fe3 to your computer and use it in GitHub Desktop.
Save loiclefevre/1f5e7f74de6690f178a0691531542fe3 to your computer and use it in GitHub Desktop.
Enable GraalVM native compilation on OCI VM with Oracle Linux 8
sudo yum-config-manager --enable ol8_codeready_builder
sudo yum install -y libstdc++-static
sudo yum install -y gcc glibc-devel zlib-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment