Skip to content

`rust_codegen_gcc` Docker container for testing.

Notifications You must be signed in to change notification settings

cr1901/rcg_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

From your host system:

docker build -t rcg-local .
docker volume create rcg-build

Enter the container using: docker run -ti -v rcg-build:/work/build rcg-local bash

Inside the container, run prepare.sh. Right now, only gcc build artifacts are saved; the rust/cargo part of the build is quick enough.

After running prepare.sh, cd to /work/rustc_codegen_gcc, and then run ./test.sh --release.

About

`rust_codegen_gcc` Docker container for testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published