From 345dc4161d937c302248ea34ea55a9abc4bf343d Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 15 Apr 2018 20:23:33 -0700 Subject: Testing works for archlinux docker Signed-off-by: Alexey Neyman --- testing/docker/common-scripts/ctng-build-all | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 testing/docker/common-scripts/ctng-build-all (limited to 'testing/docker/common-scripts/ctng-build-all') diff --git a/testing/docker/common-scripts/ctng-build-all b/testing/docker/common-scripts/ctng-build-all deleted file mode 100755 index f29093a9..00000000 --- a/testing/docker/common-scripts/ctng-build-all +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -set -e -cd -rm -rf bld-ctng -mkdir bld-ctng -cd bld-ctng -/crosstool-ng/configure --prefix=$HOME/inst-ctng -make -make install -- cgit v1.2.3