summaryrefslogtreecommitdiff
path: root/testing/docker/common-scripts/ctng-build-all
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-16 03:23:33 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-16 03:24:39 (GMT)
commit345dc4161d937c302248ea34ea55a9abc4bf343d (patch)
tree88a932353f8dc19342b674cc57dee4bae39dd3ee /testing/docker/common-scripts/ctng-build-all
parent0d7822e7963a7c445ba3bebd8125f26b415c21c7 (diff)
Testing works for archlinux docker
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'testing/docker/common-scripts/ctng-build-all')
-rwxr-xr-xtesting/docker/common-scripts/ctng-build-all10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/docker/common-scripts/ctng-build-all b/testing/docker/common-scripts/ctng-build-all
deleted file mode 100755
index f29093a..0000000
--- 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