Skip to content

Latest commit

 

History

History

glibc-2.17

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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