Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 429 Bytes

This docker directory provides

  • a Dockerfile to build a docker image appropriate to build this library against GLIBC2.17
  • a build script to build this library using the docker image

Build the docker image

In this directory, run

sudo docker build . -t rust_2.17

Build the library

In this directory, run

./build.sh

The artifacts for GLIBC2.17 will be located in PROJECT_ROOT/target 2.17