mirror of
https://github.com/drasko/codezero.git
synced 2026-02-08 16:03:14 +01:00
Sanity checking for container memory regions added
This commit is contained in:
6
build.py
6
build.py
@@ -11,6 +11,7 @@ import os, sys, shelve, shutil
|
||||
from os.path import join
|
||||
from config.projpaths import *
|
||||
from config.configuration import *
|
||||
from config.config_check import *
|
||||
from scripts.conts import containers
|
||||
from configure import *
|
||||
|
||||
@@ -21,6 +22,11 @@ def main():
|
||||
#
|
||||
configure_system(opts, args)
|
||||
|
||||
#
|
||||
# Check for sanity of containers
|
||||
#
|
||||
sanity_check_conts()
|
||||
|
||||
#
|
||||
# Build userspace libraries
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user