summaryrefslogtreecommitdiff
path: root/jenkins/run-build.env
blob: 53852650d8cc1cbd0c0f1c426c14e50e6307aabc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
build_name="#97"
docker_opts=(--distro 	
default 	
--ssh_info 	
true 	)
source build_container.sh
trap "cleanup_all_containers" EXIT
build_name="#97-binutils-gcc-glibc-linux"
branch_opt=(==rr\[binutils_git\] 	
git://sourceware.org/git/binutils-gdb.git#master 	
==rr\[gcc_git\] 	
https://github.com/gcc-mirror/gcc.git#master 	
==rr\[glibc_git\] 	
git://sourceware.org/git/glibc.git#master 	
==rr\[linux_git\] 	
https://git.linaro.org/kernel-org/linux-stable.git#linux-rolling-stable 	)
build_name="#97-binutils-gcc-glibc-linux-R1"