Skip to content

A Docker environment to make easier Walrus compilation on different architectures

Notifications You must be signed in to change notification settings

vorosl/docker-walrus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker for Walrus compilement

The repository contains Docker files and supporting scripts to make the development easier.

Software package requirements

  • docker
  • docker-compose
  • python3

Example installation:

sudo apt-get install -y docker-ce docker-compose python3

See more about docker-compose at this link.

Setup

  • Run ./compileWalrus.py -s <WALRUS_DIR>, where <WALRUS DIR> is the path to Walrus repo (it could be relative)
    • It creates Docker containers.

TIP: To free up some space the docker build cache can be removed with docker builder prune command.

Compile Walrus on different architectures

  • Run ./compileWalrus.py <WALRUS_DIR> to compile to all architectures, what this Docker environment supports (3. line in compileWalrus.py)

  • For more info, run ./compileWalrus.py --help

About

A Docker environment to make easier Walrus compilation on different architectures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published