mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-19 15:53:47 +00:00
Add the ability to run some but not all samples in docker
Also, build containers with --no-cache: distributions like ArchLinux retire their packages very quickly, need to always use up-to-date package databases. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
9
testing/docker/common-scripts/ctng-build-sample
Executable file
9
testing/docker/common-scripts/ctng-build-sample
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
cd
|
||||
rm -rf bld-samples
|
||||
mkdir bld-samples
|
||||
cd bld-samples
|
||||
export PATH=$HOME/inst-ctng/bin:$PATH
|
||||
ct-ng build-all ${1+CT_SAMPLES="$*"}
|
Reference in New Issue
Block a user