Skip to content

Commit

Permalink
drop references to console
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Oct 18, 2023
1 parent 3716ba3 commit 16694b8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker_inner_build_targets.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ else:

if "DOCKER_USER" not in os.environ:
$DOCKER_USER=$USER
$CONSOLE="/console"
$PANDA="/panda"
$BUILD_ROOT="/linux" #/linux is the volume mount point for this directory
$OUT="/linux/binaries"
Expand Down Expand Up @@ -41,17 +40,6 @@ def get_cc(arch):
rm -rf $OUT
mkdir -p $OUT

#BEGIN build the console binaries
cd $CONSOLE

for arch in TARGETLIST:
echo f"Building console for {arch}"
make clean
$CC=f"{get_cc(arch)}gcc"
make
mv console f"{$OUT}/console.{arch}"
#DONE building console binaries

$NPROC=$(nproc).strip()

#Now build kernels
Expand Down

0 comments on commit 16694b8

Please sign in to comment.