lalbuild / dockerfiles

Demo environments for lal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lal demo environments

These are available in public.

Requirements

  • usermod and groupmod inside the container
  • lal user inside the container
  • whatever you need to build your applications and libraries

A miniature musl C toolchain with almost no dependencies. CC=musl-gcc at 6.3.0.

An ubuntu toolchain for C++ with a few common dependencies. CC=gcc-5.

A musl cross compilation environment for latest stable rust. It uses a modified version clux/muslrust with a lal user.

This allows you to lal build lal

About

Demo environments for lal


Languages

Language:Makefile 100.0%